This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
9e14471471
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 17:57:27 +01:00
-
hosts
:
all
gather_facts
:
no
tasks
:
-
command
:
whoami
More fixing of become stuff in v2
2015-03-13 21:31:20 +01:00
become_user
:
testing
Making blocks support become, and cleaning up sudo/su references
2015-03-17 16:35:24 +01:00
-
block
:
-
command
:
whoami
become_user
:
testing
Reference in a new issue
Copy permalink