From 216e7c915005f155bc3408e33e44eb584bfbc2e9 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 13 Jun 2022 22:23:11 +0100 Subject: [PATCH] tests: Correct Ansible targets --- tests/ansible/integration/action/make_tmp_path__double.yml | 2 +- .../ansible/regression/issue_655__wait_for_connection_error.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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