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>
This commit is contained in:
Alan Orth 2016-02-09 16:43:08 +02:00
parent 237bf50ac7
commit 94abbc3cd0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ web01
## Use ## Use
Once you've satisfied the the above assumptions, you can execute: 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 ## License
Copyright (C) 2014 - 2015 Alan Orth Copyright (C) 2014 - 2015 Alan Orth