Making blocks support become, and cleaning up sudo/su references

This commit is contained in:
James Cammarata
2015-03-17 10:35:24 -05:00
parent b11be68249
commit 316284c56b
11 changed files with 44 additions and 21 deletions

View File

@@ -3,4 +3,6 @@
tasks:
- command: whoami
become_user: testing
become_method: su
- block:
- command: whoami
become_user: testing