community.general/lib/ansible/playbook
Daniel Hokka Zakrisson c04d5ba739 Allow specifying args directly to actions using module: syntax
Makes things like
- name: do complex things with complex module
  complex:
    setting_a: true
    setting_b:
    - foo
    - bar
possible.

Fixes #2228.
2013-02-28 13:54:04 +01:00
..
__init__.py Working on complex argument support. 2013-02-17 15:01:49 -05:00
play.py Fixes from 'make pep8'. Partial, more to come. 2013-02-17 19:40:38 -05:00
task.py Allow specifying args directly to actions using module: syntax 2013-02-28 13:54:04 +01:00