Fixed some lint suggestions

This commit is contained in:
Francesco Antognazza
2023-02-06 10:11:03 +01:00
parent 29ead64f6a
commit 3e7f5b44b3
6 changed files with 41 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
- name: Permit traffic from any IP to http port
become: true
ansible.builtin.ufw:
community.general.ufw:
direction: in
from_ip: any
proto: tcp
@@ -18,7 +18,7 @@
- name: Permit traffic from any IP to https port
become: true
ansible.builtin.ufw:
community.general.ufw:
direction: in
from_ip: any
proto: tcp