diff options
Diffstat (limited to 'test/schemas/negative_test/playbooks/roles.yml')
-rw-r--r-- | test/schemas/negative_test/playbooks/roles.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/schemas/negative_test/playbooks/roles.yml b/test/schemas/negative_test/playbooks/roles.yml new file mode 100644 index 0000000..e24445a --- /dev/null +++ b/test/schemas/negative_test/playbooks/roles.yml @@ -0,0 +1,2 @@ +- hosts: localhost + roles: xxx # must be array |