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
|
- name: Idempotence
|
||||||
cli_config: *conf
|
cli_config: *conf
|
||||||
register: result
|
register: result
|
||||||
|
become: yes
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -29,5 +30,6 @@
|
||||||
|
|
||||||
- name: teardown
|
- name: teardown
|
||||||
cli_config: *rm
|
cli_config: *rm
|
||||||
|
become: yes
|
||||||
|
|
||||||
- debug: msg="END cli_config/cli_basic.yaml on connection={{ ansible_connection }}"
|
- debug: msg="END cli_config/cli_basic.yaml on connection={{ ansible_connection }}"
|
||||||
|
|
Loading…
Reference in a new issue