If you want to ONLY run the logrotate role

re2o-master
otthorn 3 years ago
parent 51681922aa
commit be0c2f8e4a

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
# Playbook to run ONLY the logrotate role
# Install logrotate
- hosts: all,!unifi,!pve
roles:
- logrotate
Loading…
Cancel
Save