summaryrefslogtreecommitdiff
path: root/test/samples/test_become.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/test_become.yml')
-rw-r--r--test/samples/test_become.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/samples/test_become.yml b/test/samples/test_become.yml
deleted file mode 100644
index 3dd318c899..0000000000
--- a/test/samples/test_become.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-- hosts: all
- gather_facts: no
- remote_user: root
- roles:
- - { role: test_become_r2 }
- - { role: test_become_r2, sudo_user: testing }
- tasks:
- - command: whoami
- - command: whoami
- become_user: testing
- - block:
- - command: whoami
- - block:
- - command: whoami
- become_user: testing