added new cron role with job to update warhammer rss feed nightly

This commit is contained in:
2024-11-12 12:48:04 -07:00
parent ff3f69662a
commit b4e1a79596
3 changed files with 36 additions and 2 deletions

View File

@ -1,5 +1,6 @@
- hosts: docker
become: true
roles:
- common
- docker
- { role: common, tags: ["common"] }
- { role: docker, tags: ["docker"] }
- { role: cron, tags: ["cron"] }