1
2
3
4
5
6
7
8
9 ---
- name: "[OpenRC] Enable and start service: spawn-fcgi.cgit"
service:
name: spawn-fcgi.cgit
enabled: yes
state: started
when:
- ansible_service_mgr == "openrc"
My personal ansible roles and playbooks [deprecated in favor of nixos]
1
2
3
4
5
6
7
8
9 ---
- name: "[OpenRC] Enable and start service: spawn-fcgi.cgit"
service:
name: spawn-fcgi.cgit
enabled: yes
state: started
when:
- ansible_service_mgr == "openrc"