summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/playbook/remote_user_and_user.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/playbook/remote_user_and_user.yml')
-rw-r--r--test/integration/targets/playbook/remote_user_and_user.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/playbook/remote_user_and_user.yml b/test/integration/targets/playbook/remote_user_and_user.yml
new file mode 100644
index 0000000..c9e2389
--- /dev/null
+++ b/test/integration/targets/playbook/remote_user_and_user.yml
@@ -0,0 +1,6 @@
+- hosts: localhost
+ remote_user: a
+ user: b
+ tasks:
+ - debug:
+ msg: did not run