ansible/v2/samples/test_become.yml
2015-03-13 15:31:20 -05:00

7 lines
108 B
YAML

- hosts: all
gather_facts: no
tasks:
- command: whoami
become_user: testing
become_method: su