configpolicy/gitea.yml

10 lines
139 B
YAML

- hosts: gitea
roles:
- apache
- gitea
tasks:
- name: ensure apache is running
service:
name=httpd
state=started