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:
parent
1f9b503e89
commit
7c3957cc0c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue