Update to 2022-08-30 12:00

This commit is contained in:
Daniel Berteaud
2022-08-30 12:00:15 +02:00
parent af54ca5dc1
commit 2bb38da306
8 changed files with 19 additions and 10 deletions

View File

@@ -13,6 +13,6 @@
tags: drbd
- name: Reload systemd
systemd: daemon_realod=True
systemd: daemon_reload=True
when: drbd_reactor_reload_unit.changed
tags: drbd

View File

@@ -1,6 +1,6 @@
---
- name: Handle prometheus port ports
- name: Handle prometheus port
iptables_raw:
name: drbd_reactor_prom_port
state: "{{ (drbd_reactor_prom_src_ip | length > 0) | ternary('present','absent') }}"