replaced sudo with become

This commit is contained in:
Daniel Petty 2016-02-18 16:18:59 -07:00 committed by Matt Clay
parent bd54067287
commit f26199d962

View file

@ -425,7 +425,7 @@ EXAMPLES = '''
- name: Configure instance(s)
hosts: launched
sudo: True
become: True
gather_facts: True
roles:
- my_awesome_role