You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
cli Consistent typesetting of "GitHub" (#50929) 7 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
config Fix encoding issues with file paths. (#50830) 7 years ago
errors Add new AnsibleTemplateError to more easily catch templating issues (#50563) 7 years ago
executor Clarify clear facts (#50667) 7 years ago
galaxy Consistent typesetting of "GitHub" (#50929) 7 years ago
inventory Minor typos (#50371) 7 years ago
module_utils Rename MSC modules to MSO nomenclature (#50959) 7 years ago
modules Allow overwrite of SSH key (#49971) 7 years ago
parsing Minor typos (#50371) 7 years ago
playbook Prevent duplicate role insertion into roles: (#50552) 7 years ago
plugins Add checkpoint_session module (#50930) 7 years ago
template Update bare exceptions to specify Exception. 7 years ago
utils Rename MSC modules to MSO nomenclature (#50959) 7 years ago
vars Fix encoding issues with file paths. (#50830) 7 years ago
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 7 years ago
context.py Move the arguments module into cli/ and context_objects into utils 7 years ago
release.py Codename: How Many More Times 7 years ago