Skip to content
Snippets Groups Projects
Commit d02c2ea2 authored by Florian Pritz's avatar Florian Pritz
Browse files

soyuz: Add crond


Users want it and it isn't really high maintenance so whatever. We will
still use timers for system related jobs.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 6d3a423d
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,4 @@ ...@@ -20,3 +20,4 @@
- { role: sogrep, tags: ['sogrep'] } - { role: sogrep, tags: ['sogrep'] }
- { role: archbuild, tags: ['archbuild'] } - { role: archbuild, tags: ['archbuild'] }
- { role: public_html, public_domain: "pkgbuild.com", tags: ['public_html', 'nginx'] } - { role: public_html, public_domain: "pkgbuild.com", tags: ['public_html', 'nginx'] }
- { role: crond, tags: ['crond'] }
---
- name: install cronie
pacman: name=cronie state=present
- name: activate cronie.service
service: name=cronie enabled=yes state=started
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment