diff --git a/tsg-9140-scripts/roles/system-init/tasks/main.yml b/tsg-9140-scripts/roles/system-init/tasks/main.yml index 3eaf8913..4ef86a5a 100644 --- a/tsg-9140-scripts/roles/system-init/tasks/main.yml +++ b/tsg-9140-scripts/roles/system-init/tasks/main.yml @@ -99,7 +99,7 @@ - name: "set if-pre-down " template: src: "{{ role_path }}/templates/if-pre-down.toml.j2" - dest: /etc/NetworkManager/dispatcher.d/pre-up.d/if-pre-down + dest: /etc/NetworkManager/dispatcher.d/pre-down.d/if-pre-down mode: 0755 tags: template