summaryrefslogtreecommitdiff
path: root/test/integration/targets/include_import
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-076-0/+111
* Validate args for includes in handlers too (#57537) (#69448)Martin Krizek2020-06-101-1/+2
* Ensure `allow_duplicates: true` enables to run single role multiple times (#6...Kiyo Nagamine2020-01-104-0/+17
* Fix sanity tests based on newer version of shellcheck (#60423)Sam Doran2019-08-121-2/+2
* Add missing boilerplate.Matt Clay2019-08-061-0/+3
* Move plugin loader playbook dir additions back to Playbook instead of Playboo...Matt Martz2019-08-063-0/+34
* Actually run valid_include_keywords test (#57687)Martin Krizek2019-06-111-0/+3
* Whitelist listen as a valid keyword on TaskInclude (#56586)Matt Martz2019-05-174-0/+49
* Make ansible adhoc work with include_role (#56163)Will Thames2019-05-081-0/+4
* Don't pollute include_variables (#54687)Matt Martz2019-04-093-0/+16
* Fix include_import test.Matt Clay2019-03-211-1/+1
* include_tasks: fix traceback if no file specified (#54044)René Moser2019-03-201-0/+10
* Fix integration tests with custom inventory.Matt Clay2019-03-111-0/+3
* Move include_import test inventory into test.Matt Clay2019-01-092-28/+31
* Give IncludedFile more context via ansible_search_path (#50045)Matt Martz2019-01-035-0/+19
* Do not allow addressing an import from handlers via notify. Fixes #48936 (#49...Matt Martz2018-11-298-0/+29
* Add run_once as a valid TaskInclude keyword (#48068)Jimmy McCrory2018-11-083-0/+66
* Ensure we don't overwrite roles from include/import_role when loading the pla...Matt Martz2018-10-233-0/+11
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-122-0/+26
* 2.8 Core Deprecation Removal (#45232)Matt Martz2018-09-102-7/+0
* ensure if we get a non-Task object in _get_delegated_vars, we return early (#...Matt Martz2018-08-301-0/+5
* Change insertion order of apply block to not affect the include_X task itself...Matt Martz2018-08-302-0/+16
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
* Add feature to expose vars/defaults with include/import_role (#41330)Matt Martz2018-07-1517-1/+94
* 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-083-0/+16
* Revert #39365, improve error messaging (#41208)Matt Martz2018-06-074-22/+0
* Support 'apply' to apply attributes to included tasks - Impl 1 (#39236)Matt Martz2018-05-315-0/+76
* Allow using action/local_action on includes and imports (#37260)Matt Martz2018-05-041-0/+3
* Restore previous test play, break new tests into a new play (#39688)Matt Martz2018-05-031-18/+24
* Remove skipping of never tag since it is done automatically (#39643)Sam Doran2018-05-031-18/+18
* Pass vars from import_playbook in early (#39521)Matt Martz2018-04-303-0/+12
* Use the computed role name instead of 'role'. Fixes #38838 (#39516)Matt Martz2018-04-301-1/+18
* Ensure handlers have proper parent (#39426)Matt Martz2018-04-273-0/+12
* Update TaskInclude _raw_params with the expanded/templated path to file (#39...Matt Martz2018-04-264-0/+22
* Don't skip conditional exception on includes (#39377)Matt Martz2018-04-264-0/+50
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)Matt Martz2018-04-166-0/+39
* Add include_import tests for many top level include_tasks (#36531)Sam Doran2018-04-116-5/+64
* Add integration tests for include_role using variable for tasks_file (#37742)Sam Doran2018-03-232-0/+14
* Test include role with items in name #36372 (#37001)Im02018-03-203-1/+9
* FIX: multiple nested tasks include levels (#35165)kiorky2018-01-3127-0/+67
* Integration tests for import/include (#33418)Sam Doran2018-01-1959-0/+647