fix memes
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-05-29 21:28:56 +02:00
parent 3595d3d694
commit b2ace001f7
4 changed files with 9 additions and 5 deletions

View File

@ -42,7 +42,7 @@
- name: Allow postfix exporter via ufw
community.general.ufw:
rule: allow
port: 9706
port: "9154"
proto: tcp
src: 192.168.69.0/24
...