mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 11:21:05 +00:00
* Ensure play order is obeyed it was being ignored depending on other options also added tests for each order (except shuffle) both serial and not fixes #49846
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
[incremental]
|
|
hostB
|
|
hostA
|
|
hostD
|
|
hostC
|
|
|
|
[incremental:vars]
|
|
ansible_connection=local
|
|
ansible_python_interpreter='{{ansible_playbook_python}}'
|