docs: fix gcs example to work with ansible 2+ (#64778)

switched directive sudo to become
This commit is contained in:
Vera 2019-11-13 14:26:57 -03:00 committed by Alicia Cozine
parent a7f90df0e9
commit 844b5d4673

View file

@ -244,7 +244,7 @@ rest.
- name: Manage new instances
hosts: new_instances
connection: ssh
sudo: True
become: True
roles:
- base_configuration
- production_server