fixes nxos_template integration test case (#21953)

* test case implemented invalid argument: match
* changed argument to force: yes
pull/21954/head
Peter Sprygada 7 years ago committed by GitHub
parent 1f9b503e89
commit 7c3957cc0c

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

Loading…
Cancel
Save