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
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
..
cache Update ansible-test sanity command. (#31958) 8 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 7 years ago
integration Prevent duplicate role insertion into roles: (#50552) 7 years ago
legacy Included support to AIX group of subsystems on service module (#33043) 7 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Fix ansible-test handling of empty test targets. 7 years ago
sanity Fix integration test shebangs and update tests. 7 years ago
units Add checkpoint_session module (#50930) 7 years ago
utils Revert Debug: Size of coverage file #50380 (#50945) 7 years ago