README.md: Update playbook invocation for ansible become

See: https://docs.ansible.com/ansible/become.html

Signed-off-by: Alan Orth <alan.orth@gmail.com>
pull/25/head
Alan Orth 7 years ago
parent 237bf50ac7
commit 94abbc3cd0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

@ -17,7 +17,7 @@ web01
## Use
Once you've satisfied the the above assumptions, you can execute:
$ ansible-playbook web.yml -i hosts -K
$ ansible-playbook web.yml -i hosts --ask-become-pass
## License
Copyright (C) 2014 - 2015 Alan Orth

Loading…
Cancel
Save