1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixes nxos_template integration test case (#21953)

* test case implemented invalid argument: match
* changed argument to force: yes
This commit is contained in:
Peter Sprygada 2017-02-25 16:55:17 -05:00 committed by GitHub
parent 1f9b503e89
commit 7c3957cc0c

View file

@ -15,7 +15,7 @@
nxos_template:
src: basic/config.j2
provider: "{{ nxapi }}"
match: none
force: yes
register: result
- assert:
@ -27,7 +27,7 @@
nxos_template:
src: basic/config.j2
provider: "{{ nxapi }}"
match: none
force: yes
register: result
- assert: