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.
25 lines
582 B
YAML
25 lines
582 B
YAML
|
|
- name: integration/strategy/mixed_vanilla_mitogen.yml (linear->mitogen->linear)
|
|
hosts: test-targets[0]
|
|
any_errors_fatal: true
|
|
tasks:
|
|
- connection: local
|
|
command: |
|
|
ansible-playbook
|
|
-i "{{inventory_file}}"
|
|
-vvv
|
|
integration/strategy/_mixed_mitogen_vanilla.yml
|
|
args:
|
|
chdir: ../..
|
|
register: out
|
|
|
|
- connection: local
|
|
command: |
|
|
ansible-playbook
|
|
-i "{{inventory_file}}"
|
|
-vvv
|
|
integration/strategy/_mixed_vanilla_mitogen.yml
|
|
args:
|
|
chdir: ../..
|
|
register: out
|