diff options
Diffstat (limited to 'test/integration/targets/raw/runme.yml')
-rw-r--r-- | test/integration/targets/raw/runme.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/raw/runme.yml b/test/integration/targets/raw/runme.yml new file mode 100644 index 00000000..ea865bca --- /dev/null +++ b/test/integration/targets/raw/runme.yml @@ -0,0 +1,4 @@ +- hosts: testhost + gather_facts: no + roles: + - { role: raw } |