This commit is contained in:
Iain Learmonth 2026-05-25 17:23:34 +01:00
parent c404d08b89
commit 84cf62ab14
7 changed files with 69 additions and 71 deletions

View file

@ -23,6 +23,14 @@
become: true
become_user: "{{ podman_prometheus_podman_rootless_user }}"
- name: Restart Prometheus-TS
ansible.builtin.systemd_service:
name: prometheus-ts
scope: user
state: restarted
become: true
become_user: "{{ podman_prometheus_podman_rootless_user }}"
- name: Restart nginx
ansible.builtin.systemd_service:
name: nginx