community.general/lib/ansible/playbook/role
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
..
__init__.py Prevent duplicate role insertion into roles: (#50552) 2019-01-16 13:39:03 -05:00
definition.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
include.py
metadata.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
requirement.py require git when trying to use it in ansible-galaxy cli (#49212) 2018-11-28 13:28:21 -05:00