ansible/utils/logrotate.yml
Solal Nathan df8bae6df7
Some checks failed
continuous-integration/drone/push Build is failing
Add utils
2021-02-10 11:02:17 +01:00

7 lines
148 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
# Playbook to run ONLY the logrotate role
# Install logrotate
- hosts: all,!unifi,!pve
roles:
- logrotate