This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
a53cf9d6fa
community.general
/
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
Copy permalink