Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tasks/provision_dellos10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tasks/provision_dellos6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tasks/provision_dellos9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down