ansible-roles/roles/unmaintained/psono/tasks/service.yml
2021-12-01 19:13:34 +01:00

10 lines
231 B
YAML

---
- name: Start and enable psono-server
service: name=psono-server state=started enabled=True
tags: psono
- name: Start and enable psono timer
systemd: name=psono-cleartoken.timer state=started enabled=True
tags: psono