This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8d8c4c0615
ansible
/
v2
/
samples
/
test_become.yml
9 lines
144 B
YAML
Raw
Normal View
History
Unescape
Escape
Started implementing become in v2
2015-03-13 16:57:27 +00:00
-
hosts
:
all
gather_facts
:
no
tasks
:
-
command
:
whoami
More fixing of become stuff in v2
2015-03-13 20:31:20 +00:00
become_user
:
testing
Making blocks support become, and cleaning up sudo/su references
2015-03-17 15:35:24 +00:00
-
block
:
-
command
:
whoami
become_user
:
testing
Reference in a new issue
Copy permalink