summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751)Matt Martz2020-02-251-2/+2
* Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432)Vasili2020-02-141-1/+1
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-1/+1
* RoleRequirement - Include stderr in the error message (#66006)Sloane Hertel2020-01-141-3/+3
* Check if task file is specified for import_tasks (#57572)Abhijeet Kasurde2019-12-241-0/+2
* Throw an error on unsupported vars_prompt keys (#65487)Andrew Gaffney2019-12-051-3/+5
* Ensure `allow_duplicates: true` enables to run single role multiple times (#6...Kiyo Nagamine2019-12-031-5/+3
* Remove extra dot at the end of the sentence (#64149)Alejandro Lazaro2019-10-311-1/+1
* Collection role relative deps (#61517)Matt Davis2019-08-294-10/+35
* T woerner max concurrent (#60702)James Cammarata2019-08-281-0/+1
* default collection support (#61415)Matt Davis2019-08-285-20/+69
* Fix extended loop_control with includes (#61231)Strahinja Kustudic2019-08-271-0/+2
* Template value of debugger and then check for validity (#53587)Jack Parsons2019-08-271-1/+2
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-2/+2
* Move plugin loader playbook dir additions back to Playbook instead of Playboo...Matt Martz2019-08-061-0/+3
* Fix gather facts ignoring gather_subsets config (#59271)Brian Coca2019-07-221-1/+1
* Move common build code from _build_helpers (#55986)Toshio Kuratomi2019-07-161-2/+3
* Use templated loop_var/index_var when looping include_* (#58866)Martin Krizek2019-07-101-5/+2
* role: Fix role's hash_params (#55263)Abhijeet Kasurde2019-07-081-2/+2
* Fix notifying handlers by using an exact match (#55624)Sloane Hertel2019-06-272-49/+54
* Add back _contains_vars method as maybe_template (#58290)Matt Martz2019-06-252-4/+2
* Tests as filters were deprecated, remove unused param (#57796)Martin Krizek2019-06-131-1/+1
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-062-3/+3
* improve conditional warnings (#57190)Sloane Hertel2019-06-031-6/+10
* Prevent vars premature templating (#56117)Brian Coca2019-05-231-2/+4
* Improvement on setting VALID_INCLUDE_KEYWORDS on HandlerTaskInclude (#56801)Matt Martz2019-05-221-1/+1
* preserve underlying block building error (#56465)Brian Coca2019-05-221-1/+2
* Raise error in case of empty hosts list in playbook (#56354)Marcin2019-05-211-0/+2
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-202-2/+2
* Whitelist listen as a valid keyword on TaskInclude (#56586)Matt Martz2019-05-172-1/+3
* removed previouslly deprecated settings (#55662)Brian Coca2019-05-151-11/+0
* unite poll defaults (#55470)Brian Coca2019-05-011-1/+1
* correct method docs (#55961)Brian Coca2019-05-011-1/+2
* allow empty plays again, for now (#55878)Brian Coca2019-04-291-1/+3
* Add ansible_parent_role_names magic variable (#46687)Xaroth2019-04-231-0/+2
* become mixin is no more (#54002)Brian Coca2019-04-127-113/+14
* 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