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
ce3ef7f4c1
community.general
/
samples
/
roles
/
test_role
/
tasks
/
main.yml
4 lines
81 B
YAML
Raw
Normal View
History
Unescape
Escape
Creating playbook executor and dependent classes
2014-11-14 23:14:08 +01:00
-
debug
:
msg="here we are in the role, foo={{foo}}"
Reworking v2 play iterator and fixing some other bugs Still not working quite right: * dynamic includes are not adding the included tasks yet * running roles with tags not quite working right
2015-02-26 16:51:12 +01:00
-
fail
:
when
:
foo != "bar"
Copy permalink