diff options
Diffstat (limited to '')
-rw-r--r-- | examples/playbooks_globs/a.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/playbooks_globs/a.yml b/examples/playbooks_globs/a.yml new file mode 100644 index 0000000..37b6d9e --- /dev/null +++ b/examples/playbooks_globs/a.yml @@ -0,0 +1,4 @@ +--- +- name: A + hosts: localhost + tasks: [] |