ansible/v2/samples/test_become.yml

9 lines
144 B
YAML

- hosts: all
gather_facts: no
tasks:
- command: whoami
become_user: testing
- block:
- command: whoami
become_user: testing