Commit Graph

16 Commits (bcfa6a7865a4461b5240f1bcb57504de4589811d)

Author SHA1 Message Date
Michael DeHaan c0c691089d Fix bug in src. Should not code this early :)
14 years ago
Michael DeHaan 3f26a1c7f6 verbose option is not being used, so remove it. debug variable still exists.
14 years ago
Michael DeHaan 08c593bee1 Warn if no hosts matched
14 years ago
Michael DeHaan b9e3b053f9 Simplify playbook tests so things are not timing dependent in the poll section, which is leading to tests
14 years ago
Michael DeHaan e103bdda93 Rename test class to match what it is testing
14 years ago
Michael DeHaan 4792021f47 Fix syntax error in user patch
14 years ago
Michael DeHaan 2511992659 Surface module debug (-D) to /usr/bin/ansible also
14 years ago
Michael DeHaan 6dda6f12dc Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks.
14 years ago
Michael DeHaan 6ab615c724 Code cleanup for playbooks, also added 'on_skipped' callback
14 years ago
Michael DeHaan a5f4ca50b8 Ratchet up logging a few notches prior to controlling w/ verbosity settings
14 years ago
Michael DeHaan b5c62ec068 Enhance logging, way to gate verbosity levels pending.
14 years ago
Michael DeHaan 4de7bbb169 Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive
14 years ago
Michael DeHaan c1fe0dd719 Quote long variables in playbooks when feeding them to the setup command
14 years ago
Michael DeHaan 5371a9e497 Regression tests for playbooks, logging the events they call via callbacks.
14 years ago
Michael DeHaan b15c8e9cb1 Playbook test upgrades, made some notes about callbacks we need to add. Still need to compare events
14 years ago
Michael DeHaan 45abe3c16b Add unit tests for playbooks, and fix an error caught by one
14 years ago