community.general/lib/ansible/playbook
Daniel Hokka Zakrisson c2792a936d Allow parameterized playbook includes to define complex variables
To be used like:
- include: playbook.yml
  vars:
    mylistvar:
    - item1
    - item2
2012-12-15 21:56:28 +01:00
..
__init__.py Allow parameterized playbook includes to define complex variables 2012-12-15 21:56:28 +01:00
play.py moving int() conversion to the play init 2012-12-14 18:05:08 +01:00
task.py Document 'when' and tweak the code to be a little more comprehensive on what is false. 2012-11-26 18:37:44 -05:00