replaced sudo with become
This commit is contained in:
parent
cefdb9a494
commit
4bdd755412
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Configure instance(s)
|
||||
hosts: launched
|
||||
sudo: True
|
||||
become: True
|
||||
roles:
|
||||
- my_awesome_role
|
||||
- my_awesome_tasks
|
||||
|
|
Loading…
Reference in a new issue