]> freie-schul-it.de Git - fsit_smgt.git/blob - tasks/lighttpd.yml
2920ba7c157f8491b7520d2c6365a5ed2e55b3bc
[fsit_smgt.git] / tasks / lighttpd.yml
1 ---
2 - name: install server specific packages
3 ansible-builtin-apt:
4 pkg:
5 - lighttpd
6 - name: lighttpd - reload service
7 ansible.builtin.command:
8 cmd: service lighttpd force-reload
9 register: service_lighttpd_response
10 changed_when: service_lighttpd_response.rc != 0