summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-04-27 00:46:17 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-04-27 00:46:17 -0400
commit0d5bee2dfae9f92a093c2d240812fcc037ba5446 (patch)
tree43cf6b3d4cff71846567e1e120a6b1adce979b47 /examples
parent40f603539cad5d83fafea19bf2bf862086ff8657 (diff)
downloadansible-0d5bee2dfae9f92a093c2d240812fcc037ba5446.tar.gz
Revert "Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging"
This reverts commit e16114034c94d8e0c4b101094b2ccfd9a44de5b0. Conflicts: lib/ansible/connection.py
Diffstat (limited to 'examples')
-rw-r--r--examples/playbooks/group_commands.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/playbooks/group_commands.yml b/examples/playbooks/group_commands.yml
index a555bc5004..363949d7fc 100644
--- a/examples/playbooks/group_commands.yml
+++ b/examples/playbooks/group_commands.yml
@@ -3,6 +3,7 @@
- hosts: all
user: root
+ sudo: True
tasks: