mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
fixes nxos_template integration test case (#21953)
* test case implemented invalid argument: match * changed argument to force: yes
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
nxos_template:
|
nxos_template:
|
||||||
src: basic/config.j2
|
src: basic/config.j2
|
||||||
provider: "{{ nxapi }}"
|
provider: "{{ nxapi }}"
|
||||||
match: none
|
force: yes
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
nxos_template:
|
nxos_template:
|
||||||
src: basic/config.j2
|
src: basic/config.j2
|
||||||
provider: "{{ nxapi }}"
|
provider: "{{ nxapi }}"
|
||||||
match: none
|
force: yes
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
|
|||||||
Reference in New Issue
Block a user