2018-07-10 16:52:20 +00:00
|
|
|
|
|
|
|
- name: integration/strategy/mixed_vanilla_mitogen.yml (linear->mitogen->linear)
|
2018-11-05 19:04:09 +00:00
|
|
|
hosts: test-targets[0]
|
2018-07-10 16:52:20 +00:00
|
|
|
any_errors_fatal: true
|
|
|
|
tasks:
|
|
|
|
- connection: local
|
|
|
|
command: |
|
|
|
|
ansible-playbook
|
|
|
|
-i "{{inventory_file}}"
|
2018-11-05 19:04:09 +00:00
|
|
|
-vvv
|
2018-07-10 16:52:20 +00:00
|
|
|
integration/strategy/_mixed_mitogen_vanilla.yml
|
|
|
|
args:
|
|
|
|
chdir: ../..
|
|
|
|
register: out
|
|
|
|
|
|
|
|
- connection: local
|
|
|
|
command: |
|
|
|
|
ansible-playbook
|
|
|
|
-i "{{inventory_file}}"
|
2018-11-05 19:04:09 +00:00
|
|
|
-vvv
|
2018-07-10 16:52:20 +00:00
|
|
|
integration/strategy/_mixed_vanilla_mitogen.yml
|
|
|
|
args:
|
|
|
|
chdir: ../..
|
|
|
|
register: out
|