docs: fix gcs example to work with ansible 2+ (#64778)
switched directive sudo to become
This commit is contained in:
parent
a7f90df0e9
commit
844b5d4673
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ rest.
|
|||
- name: Manage new instances
|
||||
hosts: new_instances
|
||||
connection: ssh
|
||||
sudo: True
|
||||
become: True
|
||||
roles:
|
||||
- base_configuration
|
||||
- production_server
|
||||
|
|
Loading…
Reference in a new issue