5b050b94f180624e1f53500f2547657670b008be
[lttng-ci.git] / automation / ansible / roles / lava-server / handlers / main.yml
1 ---
2 - name: Reload apache
3 shell:
4 cmd: apache2ctl graceful
5 - name: Restart apache
6 ansible.builtin.service:
7 name: apache2
8 state: restarted
9 - name: Restart lava-server-gunicorn
10 ansible.builtin.service:
11 name: lava-server-gunicorn
12 state: restarted
This page took 0.031781 seconds and 5 git commands to generate.