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