summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/role/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* remove default from delegate_facts to inherit (#45492) (#51553)Brian Coca2019-02-041-1/+1
* Prevent duplicate role insertion into roles: (#50552)Brian Coca2019-01-181-0/+3
* 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-151-4/+16
* Load role vars and defaults before parsing tasks (#40982)Matt Martz2018-06-181-13/+13
* Attempt 4: Prevent reparenting a block with itself (#38747)Matt Martz2018-04-161-3/+1
* Allow loading dirs from role defaults/vars (#36357)Andrew Gaffney2018-04-101-36/+24
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-4/+12
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-4/+6
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-38/+37
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* Reworking the way end of role detection is doneJames Cammarata2017-01-181-1/+3
* make hash_params more robust in the face of many corner cases (#18701)Toshio Kuratomi2016-12-051-19/+48
* improved error msgBrian Coca2016-10-201-1/+1
* role now fails if specified file not foundBrian Coca2016-10-201-0/+2
* Meta meta metaJames Cammarata2016-08-311-1/+1
* allow include_role to specify vars/defaults filesBrian Coca2016-08-261-4/+4
* include_role (role revamp implementation) (#17232)Brian Coca2016-08-261-11/+36
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-1/+3
* Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaultsMatt Davis2016-07-071-1/+1
|\
| * fix default/main.yml to defaults/main.ymlmatsu-chara2016-07-021-1/+1
* | Fix the way handlers are compiled and found/notifiedJames Cammarata2016-07-061-3/+15
|/
* Remove unnecessary role initialization and lookup stuffJames Cammarata2016-06-231-10/+0
* Add options to make includes 'static'James Cammarata2016-03-241-4/+4
* Make default var lookup for tasks follow the dep chainJames Cammarata2016-03-241-1/+4
* Fixing role param precedence issuesJames Cammarata2016-03-201-8/+8
* Fixing bugs related to nested blocks inside rolesJames Cammarata2016-02-121-4/+5
* Fixing role dependency chain creationJames Cammarata2016-01-221-7/+9
* Fix role hashing failure/traceback when params contain listsJames Cammarata2016-01-191-1/+4
* Merge role params into variables separately from other variablesYannig Perré2015-12-211-0/+6
* narrow down exception catching in block buildsBrian Coca2015-12-111-2/+2
* Fix typo from 5ae850cJames Cammarata2015-12-081-1/+1
* Make fact delegating configurable, defaulting to 1.x behaviorJames Cammarata2015-12-081-0/+1
* Catch additional assertion errors for load_list_of_blocksMatt Martz2015-12-021-2/+8
* Cleaning up FIXMEsJames Cammarata2015-10-221-6/+4
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* galaxy updatesBrian Coca2015-10-051-5/+0
* Allow delegate_to on a role againJames Cammarata2015-09-291-0/+2
* Properly template role dependency namesJames Cammarata2015-09-291-1/+1
* Restrict role param vars to tasks within that roleJames Cammarata2015-09-221-6/+8
* corrected all missing paths changesBrian Coca2015-09-151-1/+1
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-2/+2
* Avoid types.NoneTypeMarius Gedminas2015-08-271-7/+6
* Don't mix tabs and spacesMarius Gedminas2015-08-271-1/+1
* Track role execution per-host, not overall in the roleJames Cammarata2015-08-111-8/+8
* Use templar all the way downJames Cammarata2015-08-041-3/+1
* Remove outdated FIXME; ROLE_CACHE is already implemented belowAbhijit Menon-Sen2015-08-011-1/+0