mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
replaced sudo with become
This commit is contained in:
parent
bd54067287
commit
f26199d962
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Configure instance(s)
|
||||
hosts: launched
|
||||
sudo: True
|
||||
become: True
|
||||
gather_facts: True
|
||||
roles:
|
||||
- my_awesome_role
|
||||
|
|
Loading…
Reference in a new issue