summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Use templated loop_var/index_var when looping include_* (#58866)Martin Krizek2019-07-161-5/+2
* Fix notifying handlers by using an exact match (#55624)Sloane Hertel2019-06-282-49/+54
* improve conditional warnings (#57190)Sloane Hertel2019-06-111-6/+10
* Prevent vars premature templating (#56117)Brian Coca2019-05-241-2/+4
* [stable-2.8] Whitelist listen as a valid keyword on TaskInclude (#56586) (#56...Matt Martz2019-05-222-1/+3
* preserve underlying block building error (#56465)Brian Coca2019-05-221-1/+2
* Backport/2.8/docs modules omnibus (#56316)Alicia Cozine2019-05-131-1/+2
* allow empty plays again, for now (#55878)Brian Coca2019-04-291-1/+3
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-14/+19
* Change default smart connection to ssh on macOS and remove paramiko from requ...Sam Doran2019-04-031-9/+4
* Collection content loading (#52194)Matt Davis2019-03-2811-33/+115
* helper: raise Exception when ds is not dict type (#53936)Abhijeet Kasurde2019-03-251-1/+1
* include_tasks: fix traceback if no file specified (#54044)René Moser2019-03-201-1/+1
* Conditional bare: fix typos (#53807)Pilou2019-03-191-1/+1
* Undeprecate force handlers (#53705)Brian Coca2019-03-131-8/+4
* remove obsolete set_play on play_context (#47934)Brian Coca2019-03-111-14/+7
* handle non strings in requirements version for ansible-galaxy (#52109)Veaceslav Mindru2019-02-201-1/+2
* Become plugins (#50991)Matt Martz2019-02-117-276/+90
* remove bare var handling in conditionals (#51030)Brian Coca2019-01-301-13/+9
* add static facility and apply to register (#49737)Brian Coca2019-01-243-1/+11
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-236-50/+55
* allows loop pause for subseconds (#50461)Brian Coca2019-01-181-1/+1
* Prevent duplicate role insertion into roles: (#50552)Brian Coca2019-01-161-0/+3
* Minor typos (#50371)Abhijeet Kasurde2019-01-151-2/+1
* Fix encoding issues with file paths. (#50830)Matt Clay2019-01-141-2/+2
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-16/+17
* Give IncludedFile more context via ansible_search_path (#50045)Matt Martz2019-01-031-2/+21
* added handlers_from (#49220)Brian Coca2018-12-182-2/+2
* Allow tags to be templated from a variable (#49833)Matt Martz2018-12-171-11/+7
* Consolidate handler tracking (#49338)Matt Martz2018-12-111-8/+11
* Add info about loop based on jinja2 loop var (#42134)Matt Martz2018-12-071-0/+1
* become_method: make dzdo more like sudo (#47946)James Cassell2018-12-041-1/+5
* require git when trying to use it in ansible-galaxy cli (#49212)Adam Miller2018-11-281-1/+1
* Properly handle FieldAttribute.default if callable (#48992)Martin Krizek2018-11-261-2/+8
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-2013-75/+30
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+2
* Add run_once as a valid TaskInclude keyword (#48068)Jimmy McCrory2018-11-081-1/+2
* conditional: fix direct boolean "shortcut" (#47941)Martin Krizek2018-11-071-4/+4
* Ensure we don't overwrite roles from include/import_role when loading the pla...Matt Martz2018-10-231-1/+6
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-1210-34/+26
* remove default from delegate_facts to inherit (#45492)Brian Coca2018-10-103-3/+7
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-4/+4
* better error on empty playbookBrian Coca2018-09-281-3/+6
* Fail on attrs that don't work for includes (#46177)Matt Martz2018-09-271-0/+17
* 2.8 Core Deprecation Removal (#45232)Matt Martz2018-09-102-10/+3
* Change insertion order of apply block to not affect the include_X task itself...Matt Martz2018-08-302-30/+31
* Make sure we skip handlers from includes in compile_roles_handlers. Fixes #44...Matt Martz2018-08-291-0/+2
* Don't allow import_tasks to transition to dynamic when file is missing. See #...Matt Martz2018-08-291-1/+1
* Bump sudo/su deprecation to 2.9 (#44581)Matt Martz2018-08-231-2/+2
* New keyword: ignore_unreachable (#43857)jctanner2018-08-231-0/+1