Skip to content

Commit 216e7c9

Browse files
committed
tests: Correct Ansible targets
1 parent 8e79488 commit 216e7c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ansible/integration/action/make_tmp_path__double.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# they succeed and are cleaned up correctly.
33

44
- name: integration/action/make_tmp_path__double.yml
5-
hosts: target
5+
hosts: targets
66
tasks:
77
- mitogen_action_script:
88
script: |

tests/ansible/regression/issue_655__wait_for_connection_error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
---
77
# this should only run on our Mac hosts
88
- name: regression/issue_655_wait_for_connection_error.yml
9-
hosts: target
9+
hosts: targets
1010
any_errors_fatal: True
1111
gather_facts: yes
1212
become: no

0 commit comments

Comments
 (0)