diff options
Diffstat (limited to 'examples/playbooks/test_include_inplace.yml')
-rw-r--r-- | examples/playbooks/test_include_inplace.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/playbooks/test_include_inplace.yml b/examples/playbooks/test_include_inplace.yml new file mode 100644 index 0000000..0f4cf2c --- /dev/null +++ b/examples/playbooks/test_include_inplace.yml @@ -0,0 +1,5 @@ +--- +- name: Test fixture + hosts: all + roles: + - include_in_the_place |