replaced sudo with become
This commit is contained in:
parent
4bdd755412
commit
e256ae0683
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,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