re enabled tests that were fixed in ansible/ansible-modules-core#5008 (#36257) (#36303)

(cherry picked from commit a7c2f6d092)
pull/36310/head
David Newswanger 7 years ago committed by GitHub
parent 80b91613a8
commit cf196613ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save