2015-03-13 16:57:27 +00:00
|
|
|
- hosts: all
|
|
|
|
gather_facts: no
|
2015-03-23 20:20:24 +00:00
|
|
|
remote_user: root
|
2015-03-20 19:13:51 +00:00
|
|
|
roles:
|
2015-03-23 20:20:24 +00:00
|
|
|
- { role: test_become_r2 }
|
2015-03-20 19:13:51 +00:00
|
|
|
- { role: test_become_r2, sudo_user: testing }
|
2015-03-13 16:57:27 +00:00
|
|
|
tasks:
|
2015-03-23 20:20:24 +00:00
|
|
|
- command: whoami
|
2015-03-13 16:57:27 +00:00
|
|
|
- command: whoami
|
2015-03-13 20:31:20 +00:00
|
|
|
become_user: testing
|
2015-03-23 20:20:24 +00:00
|
|
|
- block:
|
|
|
|
- command: whoami
|
2015-03-17 15:35:24 +00:00
|
|
|
- block:
|
|
|
|
- command: whoami
|
|
|
|
become_user: testing
|