mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
More test fixes for split controller/remote tests.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- hosts: localhost
|
||||
- hosts: testhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Use standard ping module
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- hosts: localhost
|
||||
- hosts: testhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Use ping from library path
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- hosts: localhost
|
||||
- hosts: testhost
|
||||
gather_facts: no
|
||||
vars:
|
||||
expected_location: "role: foo"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- hosts: localhost
|
||||
- hosts: testhost
|
||||
gather_facts: no
|
||||
vars:
|
||||
expected_location: "role: bar"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- hosts: localhost
|
||||
- hosts: testhost
|
||||
gather_facts: no
|
||||
roles:
|
||||
- foo
|
||||
|
||||
Reference in New Issue
Block a user