Merge "local install with -K if needed"

This commit is contained in:
Jenkins 2015-06-17 15:14:41 +00:00 committed by Gerrit Code Review
commit cb40cb4321
1 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,10 @@ restarted.
Run::
ansible-playbook -vvvv -i inventory/localhost install.yaml
If you have password-less sudo enabled, run:
ansible-playbook -vvvv -i inventory/localhost install.yaml
Otherwise, add -K option to let Ansible prompting for the sudo password:
ansible-playbook -K -vvvv -i inventory/localhost install.yaml
Manual CLI Use