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.
- name: integration/action/make_tmp_path__double.yml
hosts: target
hosts: targets
tasks:
- mitogen_action_script:
script: |

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

Loading…
Cancel
Save