More test fixes for split controller/remote tests.

This commit is contained in:
Matt Clay
2019-01-25 19:37:56 -08:00
parent 73636175da
commit a8116497ba
49 changed files with 217 additions and 135 deletions

View File

@@ -1,4 +1,4 @@
- hosts: localhost
- hosts: testhost
gather_facts: no
tasks:
- name: Use standard ping module

View File

@@ -1,4 +1,4 @@
- hosts: localhost
- hosts: testhost
gather_facts: no
tasks:
- name: Use ping from library path

View File

@@ -1,4 +1,4 @@
- hosts: localhost
- hosts: testhost
gather_facts: no
vars:
expected_location: "role: foo"

View File

@@ -1,4 +1,4 @@
- hosts: localhost
- hosts: testhost
gather_facts: no
vars:
expected_location: "role: bar"

View File

@@ -1,4 +1,4 @@
- hosts: localhost
- hosts: testhost
gather_facts: no
roles:
- foo