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/test/integration/targets/roles
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
6 years ago
..
roles Prevent duplicate role insertion into roles: (#50552) 6 years ago
aliases Prevent duplicate role insertion into roles: (#50552) 6 years ago
allowed_dupes.yml Prevent duplicate role insertion into roles: (#50552) 6 years ago
no_dupes.yml Prevent duplicate role insertion into roles: (#50552) 6 years ago
runme.sh Prevent duplicate role insertion into roles: (#50552) 6 years ago