summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/user_valid.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/test/playbooks/user_valid.yml')
-rw-r--r--test/schemas/test/playbooks/user_valid.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/schemas/test/playbooks/user_valid.yml b/test/schemas/test/playbooks/user_valid.yml
new file mode 100644
index 0000000..bc6a5e6
--- /dev/null
+++ b/test/schemas/test/playbooks/user_valid.yml
@@ -0,0 +1,3 @@
+- hosts: localhost
+ user: foo # <-- allowed, alias to remote_user
+ tasks: []