91aea92c62
* Add ability to fallback to chgrp remote_tmp and its files. Signed-off-by: Rick Elrod <rick@elrod.me>
8 lines
189 B
YAML
8 lines
189 B
YAML
- name: Clean up host
|
|
hosts: ssh
|
|
gather_facts: yes
|
|
|
|
# Default, just noted here to be explicit about what is happening:
|
|
remote_user: root
|
|
roles:
|
|
- cleanup_become_unprivileged
|