ansible/test/integration/targets/become_unprivileged/setup.yml

9 lines
185 B
YAML
Raw Normal View History

- name: Set up host
hosts: ssh
gather_facts: yes
# Default, just noted here to be explicit about what is happening:
remote_user: root
roles:
- setup_become_unprivileged