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/units
James Cammarata cae682607c Reworking the way end of role detection is done
Rather than trying to enumerate tasks or track an ever changing cur_role
flag in PlayIterator, this change simply sets a flag on the last block in
the list of blocks returned by Role.compile(). The PlayIterator then checks
for that flag when the cur_block number is incremented, and marks the role
as complete if the given host had any tasks run in that role.

Fixes #20224
8 years ago
..
cli testing GalaxyCLI.run() does what is expected 8 years ago
contrib skip vmware inventory when missing lib 8 years ago
errors Add empty-init code-smell script. (#18406) 8 years ago
executor Reworking the way end of role detection is done 8 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock Add empty-init code-smell script. (#18406) 8 years ago
module_utils Switch tests to pytest and ansible-test. 8 years ago
modules Refactor iosxr_template to network_cli plugin 8 years ago
parsing Switch tests to pytest and ansible-test. 8 years ago
playbook unit tests for playbook/conditional.py (#18586) 8 years ago
plugins Fix a test failure on Python 3.6 (#20030) 8 years ago
template Add empty-init code-smell script. (#18406) 8 years ago
utils FEATURE: adding variable serial batches 8 years ago
vars ansible_playbook_python (#18530) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago