replaced sudo with become

This commit is contained in:
Daniel Petty 2016-02-18 16:18:59 -07:00
parent 4bdd755412
commit e256ae0683

View file

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