mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user