community.general/lib/ansible
Jeroen Hoekx e38ae18627 Always add vars to a play.
A play without vars section would fail to use variables given in an include. They would be added to the dict returned by play.get, but the dict would not be added to the play.
2012-04-03 17:35:05 +02:00
..
__init__.py Adding version and author to ansible init. 2012-03-07 12:02:05 -05:00
callbacks.py Merge remote branch 'public/integration' 2012-04-02 20:02:46 -04:00
connection.py pyflakes: Unused import / unused var 2012-03-30 23:04:02 -04:00
constants.py add support for using an alternate remote port 2012-03-28 14:05:31 -07:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
playbook.py Always add vars to a play. 2012-04-03 17:35:05 +02:00
runner.py Merge remote branch 'public/integration' 2012-04-02 20:02:46 -04:00
utils.py Need for quoting/unquoting problems go away once module_args are all treated as strings throughout. 2012-03-30 22:52:38 -04:00