diff --git a/tasks/provision_dellos10.yaml b/tasks/provision_dellos10.yaml index bd84fff..10c5332 100644 --- a/tasks/provision_dellos10.yaml +++ b/tasks/provision_dellos10.yaml @@ -7,6 +7,7 @@ when: (ansible_network_os is defined and ansible_network_os == "dellos10") and ((dellos_cfg_generate | default('False')) | bool) # notify: save config os10 register: generate_output + check_mode: no - name: "Provisioning ACL configuration for dellos10" dellos10_config: diff --git a/tasks/provision_dellos6.yaml b/tasks/provision_dellos6.yaml index d6ed5c0..69cdca1 100644 --- a/tasks/provision_dellos6.yaml +++ b/tasks/provision_dellos6.yaml @@ -7,6 +7,7 @@ when: (ansible_network_os is defined and ansible_network_os == "dellos6") and ((dellos_cfg_generate | default('False')) | bool) # notify: save config os6 register: generate_output + check_mode: no - name: "Provisioning ACL configuration for dellos6" dellos6_config: diff --git a/tasks/provision_dellos9.yaml b/tasks/provision_dellos9.yaml index 3db7952..e1562ef 100644 --- a/tasks/provision_dellos9.yaml +++ b/tasks/provision_dellos9.yaml @@ -7,6 +7,7 @@ when: (ansible_network_os is defined and ansible_network_os == "dellos9") and ((dellos_cfg_generate | default('False')) | bool) # notify: save config os9 register: generate_output + check_mode: no - name: "Provisioning ACL configuration for dellos9" dellos9_config: