tests: Correct Ansible targets

pull/949/head
Alex Willmer 2 years ago
parent 8e79488768
commit 216e7c9150

@ -2,7 +2,7 @@
# they succeed and are cleaned up correctly. # they succeed and are cleaned up correctly.
- name: integration/action/make_tmp_path__double.yml - name: integration/action/make_tmp_path__double.yml
hosts: target hosts: targets
tasks: tasks:
- mitogen_action_script: - mitogen_action_script:
script: | script: |

@ -6,7 +6,7 @@
--- ---
# this should only run on our Mac hosts # this should only run on our Mac hosts
- name: regression/issue_655_wait_for_connection_error.yml - name: regression/issue_655_wait_for_connection_error.yml
hosts: target hosts: targets
any_errors_fatal: True any_errors_fatal: True
gather_facts: yes gather_facts: yes
become: no become: no

Loading…
Cancel
Save