Started implementing become in v2

This commit is contained in:
James Cammarata 2015-03-13 11:57:27 -05:00
commit 070c7c319f
16 changed files with 236 additions and 93 deletions

View file

@ -0,0 +1,7 @@
- hosts: all
gather_facts: no
tasks:
- command: whoami
become: yes
become_user: jamesc
become_method: su