From a80a8d97572250973b689d3f3c5cb6c7fa205425 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 13 Dec 2015 22:12:02 +0000 Subject: [PATCH] Include ask_sudo_pass in ansible.cfg --- README.md | 4 ++-- ansible.cfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa76854..2715fe9 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ ## Usage ```bash -$ ansible-playbook playbook.yml -K +$ ansible-playbook playbook.yml ``` Run everything. ```bash -$ ansible-playbook playbook.yml -K -t +$ ansible-playbook playbook.yml -t ``` Run a specific tag. diff --git a/ansible.cfg b/ansible.cfg index 4881784..74d2d8d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,4 @@ log_path = ./log/ansible.log hostfile = ./inventory inventory = ./inventory +ask_sudo_pass = true