summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure action plugins accept only valid args (#44779)Dag Wieers2018-08-301-5/+1
* Remove bare_deprecated functionality (#44517)Matt Martz2018-08-231-1/+1
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-0/+1
* show specific undefined var errors on -v in debug (#32206)Brian Coca2017-11-021-5/+5
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-2/+2
* Cleanup debug.py (#17222)Toshio Kuratomi2016-08-241-4/+7
* removed unused booleanBrian Coca2016-06-281-1/+0
* added skipped_reason for verbosity not metBrian Coca2016-06-281-0/+1
* When var name is the same as var content, try to template it before reporting...Yannig2016-05-011-1/+5
* allow skipping debug depending on verbosityBrian Coca2016-02-181-18/+26
* deprecate all bare variable conversions (not debug)Brian Coca2016-02-011-1/+1
* debug now validates its paramsBrian Coca2015-12-131-15/+20
* Do not fail when variable is not correct in debug action.Yannig Perré2015-12-091-1/+1
* Fix issue when var name is the same as content.Yannig Perré2015-12-071-1/+5
* Use to_unicode instead of str()Yannig Perré2015-11-231-2/+2
* Allow debug var parameter to accept a list or dict. Fix https://github.com/an...Yannig Perré2015-11-231-3/+7
* Two fixes to action pluginsToshio Kuratomi2015-10-221-5/+10
* Reworking internal result flags and making sure include_vars hides vault dataJames Cammarata2015-07-271-1/+1
* Make undefined variables in debug var=foo more obviousJames Cammarata2015-07-011-0/+2
* Fixing filter plugins directory from switchJames Cammarata2015-05-041-3/+1
* Making the switch to v2James Cammarata2015-05-031-0/+48