mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Replace missing become: yes (#44312)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user