summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/task.py
Commit message (Expand)AuthorAgeFilesLines
* Add config to fail on invalid task attributes. Fixes #42479Matt Martz2018-07-101-1/+1
* Ensure we raise the exception caught _post_validate_environment->_parse_env_k...Matt Martz2018-06-131-1/+2
* Use https for links to ansible.com domains.Matt Clay2018-04-231-1/+1
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)Matt Martz2018-04-161-5/+12
* Fix redundant yaml error blurbs on ModArgs parse errors (#36923)Adrian Likins2018-03-191-0/+5
* Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)James Cammarata2018-01-051-11/+6
* lookup templated value of a var (#32772)Brian Coca2017-12-191-1/+1
* normalize namesBrian Coca2017-12-111-1/+0
* Make include_x inheritance more congruent with docs (#32769)Brian Coca2017-11-301-1/+6
* Adding aliases for field attributes and renaming async attribute (#33141)James Cammarata2017-11-221-1/+1
* undeprecated with_ (#32805)Brian Coca2017-11-141-1/+2
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* get path from play if task does not haveBrian Coca2017-11-091-0/+2
* move from with_<lookup>: to loop:Brian Coca2017-10-101-9/+12
* Allow any_errors_fatal to be set in playbook - fixes #30691 (#30839)Sloane Hertel2017-10-041-0/+9
* Set default value for Do-Until loop retries.Jose A. Rivera2017-09-251-1/+1
* Fix conditional inheritance on dynamic includes (tasks and roles) (#30178)James Cammarata2017-09-131-5/+14
* allow pesky 'bridge' facts to bypass facts filter (#28401)Brian Coca2017-08-291-8/+9
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Fix a typo in assert messagePierre-Louis Bonicoli2017-06-151-1/+1
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-2/+2
* Imports and includes (#25399)James Cammarata2017-06-061-5/+5
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-28/+28
* added versions to dep notices (#24019)Brian Coca2017-04-271-1/+1
* removed debug printBrian Coca2017-04-131-1/+0
* fix environment validation, make setup exceptionBrian Coca2017-04-121-19/+34
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* moved any_errors_fatal to base (#21585)Brian Coca2017-03-021-1/+0
* Update any_errors_fatal field attributes in block/task to match playJames Cammarata2017-02-171-1/+1
* refactoring asyncBrian Coca2017-02-061-1/+1
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-2/+2
* Add option to prepend inherited attributes when extending valuesJames Cammarata2016-11-141-2/+2
* Don't copy the parent block of TaskIncludes when loading staticallyJames Cammarata2016-11-111-6/+0
* Fixing parentage of include_role objects for param inheritanceJames Cammarata2016-09-301-1/+1
* removed deprecated first available file from tasks (#17643)Brian Coca2016-09-271-1/+0
* removed deprecated 'bare' templating environment (#17640)Brian Coca2016-09-271-2/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-15/+11
* Don't do parent stuff during serialize if squashed or finalizedJames Cammarata2016-08-311-5/+6
* Some further cleanup in the meta branchJames Cammarata2016-08-311-21/+5
* Meta meta metaJames Cammarata2016-08-311-1/+1
* Several fixes for includesJames Cammarata2016-08-111-0/+5
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-62/+47
* Performance improvementsJames Cammarata2016-08-081-3/+4
* fixed lookup search path (#16630)Brian Coca2016-07-131-0/+23
* Prevent loop_control from being inherited via parent includesJames Cammarata2016-07-051-0/+3
* task get_path returns empty string when not in playBrian Coca2016-06-291-2/+4
* Don't modify the original task ds when preprocessing dataJames Cammarata2016-06-281-1/+1
* Fixing issues with getattr caused by 5a3493bJames Cammarata2016-06-241-2/+4
* Track notified handlers by object rather than simply their nameJames Cammarata2016-06-201-1/+1