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

switched directive sudo to become
pull/57662/head
Vera 5 years ago committed by Alicia Cozine
parent a7f90df0e9
commit 844b5d4673

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

Loading…
Cancel
Save