mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
751ad7021c
commit
ca5439e1e2
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- name: save config
|
||||
eos_config:
|
||||
save: true
|
||||
save_when: always
|
||||
provider: "{{ eapi }}"
|
||||
register: result
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
- name: save should always run
|
||||
eos_config:
|
||||
save: true
|
||||
save_when: always
|
||||
provider: "{{ eapi }}"
|
||||
register: result
|
||||
|
||||
|
|
Loading…
Reference in a new issue