From 94abbc3cd0ac42229d717c8f0fb1f3cd54eb0306 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 9 Feb 2016 16:43:08 +0200 Subject: [PATCH] README.md: Update playbook invocation for ansible become See: https://docs.ansible.com/ansible/become.html Signed-off-by: Alan Orth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deef4fa..280a69d 100644 --- a/README.md +++ b/README.md @@ -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