mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
replaced sudo with become
This commit is contained in:
@@ -425,7 +425,7 @@ EXAMPLES = '''
|
||||
|
||||
- name: Configure instance(s)
|
||||
hosts: launched
|
||||
sudo: True
|
||||
become: True
|
||||
gather_facts: True
|
||||
roles:
|
||||
- my_awesome_role
|
||||
|
||||
Reference in New Issue
Block a user