mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 07:11:25 +00:00
re enabled tests that were fixed in ansible/ansible-modules-core#5008 (#36257)
This commit is contained in:
@@ -17,22 +17,16 @@
|
||||
save: true
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
# FIXME https://github.com/ansible/ansible-modules-core/issues/5008
|
||||
ignore_errors: true
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
# FIXME https://github.com/ansible/ansible-modules-core/issues/5008
|
||||
ignore_errors: true
|
||||
|
||||
- name: save should always run
|
||||
ios_config:
|
||||
save: true
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
# FIXME https://github.com/ansible/ansible-modules-core/issues/5008
|
||||
ignore_errors: true
|
||||
|
||||
- name: delete config (setup)
|
||||
ios_config:
|
||||
|
||||
Reference in New Issue
Block a user