diff options
Diffstat (limited to 'test/include-in-block.yml')
-rw-r--r-- | test/include-in-block.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/include-in-block.yml b/test/include-in-block.yml new file mode 100644 index 0000000..74f1f99 --- /dev/null +++ b/test/include-in-block.yml @@ -0,0 +1,5 @@ +--- +- hosts: all + + tasks: + - include: include-in-block-inner.yml |