configpolicy/aria2.yml

10 lines
139 B
YAML

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