ansible/test
Brian Coca 4a89749dd5 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

(cherry picked from commit eca7c3c8c7)
2019-01-18 12:58:43 -08:00
..
cache
env [stable-2.7] Add env command to ansible-test and run in CI. (#50176) 2018-12-22 00:10:16 -08:00
integration Prevent duplicate role insertion into roles: (#50552) 2019-01-18 12:58:43 -08:00
legacy vultr_server: fix multiple ssh keys not handled (#50337) 2019-01-07 11:05:25 -08:00
results
runner [stable-2.7] Cleanup integration test inventory. (#50753) 2019-01-11 19:46:38 -08:00
sanity added missing docs for option in acl module (#50775) 2019-01-14 12:34:39 -08:00
units [stable-2.7] Ensure that the src file contents is converted to unicode in diff info (#45744) 2019-01-09 14:47:42 -08:00
utils [stable-2.7] Fix run.py --branch argument. 2019-01-07 16:50:31 -08:00