ansible-roles/roles/unmaintained/psono/tasks/service.yml

10 lines
231 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- 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