fix some stuff

This commit is contained in:
2022-02-05 21:49:58 +01:00
parent a6abfbcf5b
commit 6921b46dc7
4 changed files with 4 additions and 4 deletions

View File

@ -15,5 +15,5 @@
- name: Allow mysql port via ufw
community.general.ufw:
rule: allow
port: 3306
port: "3306"
proto: tcp