diff --git a/tests/ansible/integration/action/make_tmp_path__double.yml b/tests/ansible/integration/action/make_tmp_path__double.yml index 3acbaaa5..74ba65a2 100644 --- a/tests/ansible/integration/action/make_tmp_path__double.yml +++ b/tests/ansible/integration/action/make_tmp_path__double.yml @@ -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: | diff --git a/tests/ansible/regression/issue_655__wait_for_connection_error.yml b/tests/ansible/regression/issue_655__wait_for_connection_error.yml index a6b08925..eedec635 100644 --- a/tests/ansible/regression/issue_655__wait_for_connection_error.yml +++ b/tests/ansible/regression/issue_655__wait_for_connection_error.yml @@ -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