system-config/playbooks/roles/ptgbot/handlers/main.yaml
Ian Wienand 86b7f75b25 ptgbot: setup web interface
The dependent change exports the ptgbot website on port 8000 in the
container.  Proxy this through apache.

Depends-On: https://review.opendev.org/c/openstack/ptgbot/+/812417
Change-Id: Idf9e9f5ffad981427d24a3476c0c1f244721d917
2021-10-06 15:39:25 +11:00

5 lines
79 B
YAML

- name: ptgbot Reload apache2
service:
name: apache2
state: reloaded