mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
10 lines
231 B
YAML
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
|