summaryrefslogtreecommitdiff
path: root/test/integration/targets/include_import/runme.sh
Commit message (Expand)AuthorAgeFilesLines
* fix using templated values for include/import role FA (#80320) (#80378)Sloane Hertel2023-04-171-0/+5
* import_playbook: remove deprecated free form params (#77431)Martin Krizek2022-04-011-1/+1
* Parser errors from within includes should not be rescueable (#73722)Martin Krizek2021-11-011-0/+4
* import_role - support templating _from_files with --extra-vars (#75269)Sloane Hertel2021-08-301-0/+7
* Allow omit to work with include_role from_args (#74879)Matt Martz2021-06-041-0/+2
* import_playbook - change additional params to deprecation (#72987)Sam Doooran2020-12-171-1/+1
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-0/+7
* Explicitly get the include task, and not assume it is the parent (#72378)Matt Martz2020-10-291-0/+3
* Updates to Integration tests to pass against Alpine (#70946)Matt Martz2020-08-071-1/+1
* Add more include and yaml parsing tests (#70506)Matt Martz2020-08-041-0/+2
* Raise Warning when import_playbook receives additional parameters (#64156)Kshitij Chawla2020-06-101-2/+2
* include_role: Strictly check string datatype for *_from (#68958)Abhijeet Kasurde2020-04-171-0/+3
* Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432)Vasili2020-02-141-0/+3
* Ensure `allow_duplicates: true` enables to run single role multiple times (#6...Kiyo Nagamine2019-12-031-0/+4
* Fix sanity tests based on newer version of shellcheck (#60423)Sam Doran2019-08-121-2/+2
* Actually run valid_include_keywords test (#57687)Martin Krizek2019-06-111-0/+3
* Make ansible adhoc work with include_role (#56163)Will Thames2019-05-081-0/+4
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-0/+3
* Fix include_import test.Matt Clay2019-03-211-1/+1
* Move include_import test inventory into test.Matt Clay2019-01-091-28/+28
* Give IncludedFile more context via ansible_search_path (#50045)Matt Martz2019-01-031-0/+4
* Do not allow addressing an import from handlers via notify. Fixes #48936 (#49...Matt Martz2018-11-291-0/+4
* Add run_once as a valid TaskInclude keyword (#48068)Jimmy McCrory2018-11-081-0/+3
* Ensure we don't overwrite roles from include/import_role when loading the pla...Matt Martz2018-10-231-0/+1
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-0/+1
* Add feature to expose vars/defaults with include/import_role (#41330)Matt Martz2018-07-151-1/+3
* Support item label in v2_playbook_on_include (#42478)Matt Martz2018-07-091-2/+2
* Don't ignore a duplicate host for an already processed include (#40361)Matt Martz2018-06-081-0/+6
* Revert #39365, improve error messaging (#41208)Matt Martz2018-06-071-4/+0
* Support 'apply' to apply attributes to included tasks - Impl 1 (#39236)Matt Martz2018-05-311-0/+10
* Remove skipping of never tag since it is done automatically (#39643)Sam Doran2018-05-031-18/+18
* Update TaskInclude _raw_params with the expanded/templated path to file (#39...Matt Martz2018-04-261-0/+4
* Don't skip conditional exception on includes (#39377)Matt Martz2018-04-261-0/+4
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)Matt Martz2018-04-161-0/+4
* Add include_import tests for many top level include_tasks (#36531)Sam Doran2018-04-111-4/+18
* FIX: multiple nested tasks include levels (#35165)kiorky2018-01-311-0/+5
* Integration tests for import/include (#33418)Sam Doran2018-01-191-0/+38