community.general/lib/ansible
Brian Coca eca7c3c8c7 Prevent duplicate role insertion into roles: (#50552)
* Corner case in which import_role would add another instance of a role with the same signature into roles: when it already existed there.

  roles:
	- name: a
  tasks:
       - import_role: name=a

  would execute role 'a' 3 times instead of the intended 2 (x2 in roles: phase +1 in tasks:)

* added tests
2019-01-16 13:39:03 -05:00
..
cli Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
compat
config Fix encoding issues with file paths. (#50830) 2019-01-14 13:06:47 -08:00
errors Add new AnsibleTemplateError to more easily catch templating issues (#50563) 2019-01-04 14:33:05 -06:00
executor Clarify clear facts (#50667) 2019-01-15 15:20:33 -05:00
galaxy Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
inventory Minor typos (#50371) 2019-01-15 11:37:00 +00:00
module_utils Rename MSC modules to MSO nomenclature (#50959) 2019-01-16 14:53:38 +01:00
modules Allow overwrite of SSH key (#49971) 2019-01-16 13:05:29 -05:00
parsing Minor typos (#50371) 2019-01-15 11:37:00 +00:00
playbook Prevent duplicate role insertion into roles: (#50552) 2019-01-16 13:39:03 -05:00
plugins Add checkpoint_session module (#50930) 2019-01-16 13:19:36 +01:00
template Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
utils Rename MSC modules to MSO nomenclature (#50959) 2019-01-16 14:53:38 +01:00
vars Fix encoding issues with file paths. (#50830) 2019-01-14 13:06:47 -08:00
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
context.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
release.py