Replace missing become: yes (#44312)
This commit is contained in:
parent
605fb0f68f
commit
b56639447f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
- name: Idempotence
|
||||
cli_config: *conf
|
||||
register: result
|
||||
become: yes
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
@ -29,5 +30,6 @@
|
|||
|
||||
- name: teardown
|
||||
cli_config: *rm
|
||||
become: yes
|
||||
|
||||
- debug: msg="END cli_config/cli_basic.yaml on connection={{ ansible_connection }}"
|
||||
|
|
Loading…
Reference in a new issue