91aea92c62
* Add ability to fallback to chgrp remote_tmp and its files. Signed-off-by: Rick Elrod <rick@elrod.me>
8 lines
149 B
YAML
8 lines
149 B
YAML
- name: Run the test
|
|
hosts: ssh
|
|
gather_facts: yes
|
|
remote_user: unpriv1
|
|
become: yes
|
|
become_user: unpriv2
|
|
roles:
|
|
- become_unprivileged
|