summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* [2.7] include_tasks: fix traceback if no file specified (#54044) (#54164)René Moser2019-03-221-1/+1
* remove default from delegate_facts to inherit (#45492) (#51553)Brian Coca2019-02-043-3/+3
* Prevent duplicate role insertion into roles: (#50552)Brian Coca2019-01-181-0/+3
* require git when trying to use it in ansible-galaxy cli (#49212)Adam Miller2018-12-031-1/+1
* Properly handle FieldAttribute.default if callable (#48992)Martin Krizek2018-11-261-2/+8
* [stable-2.7] Ensure we don't overwrite roles from include/import_role when lo...Matt Martz2018-10-231-1/+6
* [stable-2.7] Do not use mutable defaults in FieldAttribute, instead allow sup...Matt Martz2018-10-1210-34/+26
* 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
* gather facts improvements (#44008)Pilou2018-08-231-1/+1
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-205-78/+7
* Swap default for INVALID_TASK_ATTRIBUTE_FAILED to True, add additional info t...Matt Martz2018-08-161-0/+7
* Bump deprecation for include to 2.12 (#44230)Matt Martz2018-08-162-6/+6
* Only template values in vars_prompt rather than all vars (#39304)Sam Doran2018-08-131-1/+1
* handle env exception in gathering even no inject (#43569)Brian Coca2018-08-101-2/+3
* Fix referenced before assignment in role requirementsRobert Bo Davis2018-08-011-2/+2
* Fix referenced before assignment in role requirementsRobert Bo Davis2018-08-011-0/+2
* Prefer name of include_role. Fixes #43332Matt Martz2018-07-311-1/+1
* actually check we can run scm command for roles (#43315)Brian Coca2018-07-311-4/+10
* Correct default value of always_post_validate in docstringJoren Vrancken2018-07-271-1/+1
* Remove dead 'vault_password' play attribute (#41847)Andrew Gaffney2018-07-251-1/+0
* Fix multiple var files combining (followup to #36357)Andrey Laguta2018-07-201-1/+1
* Add feature to expose vars/defaults with include/import_role (#41330)Matt Martz2018-07-153-8/+32
* Don't use deepcopy when creating attributes unless really neededToshio Kuratomi2018-07-131-3/+15
* Add config to fail on invalid task attributes. Fixes #42479Matt Martz2018-07-101-1/+1
* Support item label in v2_playbook_on_include (#42478)Matt Martz2018-07-091-0/+4
* Fix NameError, value was not available in this context leading to a generic u...Matt Martz2018-06-251-0/+1
* Validate that rescue and always have an accompanying block. Fixes #26751 (#41...Matt Martz2018-06-221-0/+6
* Handle typing of vars_files in Play.get_vars_files. Fixes #14708 (#41801)Matt Martz2018-06-221-0/+2
* Load role vars and defaults before parsing tasks (#40982)Matt Martz2018-06-181-13/+13
* Ensure we raise the exception caught _post_validate_environment->_parse_env_k...Matt Martz2018-06-131-1/+2
* Don't ignore a duplicate host for an already processed include (#40361)Matt Martz2018-06-081-7/+21
* Revert #39365, improve error messaging (#41208)Matt Martz2018-06-072-6/+16
* Support 'apply' to apply attributes to included tasks - Impl 1 (#39236)Matt Martz2018-05-312-3/+57
* Add a 'machinectl shell' become_method (#39826)Antoine Pietri2018-05-251-0/+5
* always_run: removed deprecated always_run task option (#40470)Jordan Borean2018-05-232-6/+0
* Deprecate private for include_role (#39821)Matt Martz2018-05-081-0/+6
* fix 'doas' become_method support, previously committed patch not submitted to...Jeffrey Forman2018-05-071-1/+1
* Add IncludeRole.get_name to provide better name for include_role. Fixes #3634...Matt Martz2018-05-071-0/+4
* Pass obj=data to AnsibleParserError for context in IncludeRole. Fixes #31374 ...Matt Martz2018-05-071-2/+2
* Allow using action/local_action on includes and imports (#37260)Matt Martz2018-05-041-8/+21
* rebase base playbook base (#39533)Brian Coca2018-05-032-36/+38
* Ensure we don't overwrite handlers from include_role when loading a play. Fix...Matt Martz2018-05-011-1/+5
* remove properties from vars in include_role (#38968)Brian Coca2018-05-011-2/+2
* Pass vars from import_playbook in early (#39521)Matt Martz2018-04-304-6/+8
* Remove unneeded imports in load_list_of_blocks (#39523)Matt Martz2018-04-301-2/+0
* Use the computed role name instead of 'role'. Fixes #38838 (#39516)Matt Martz2018-04-301-1/+1