Fixed some lint suggestions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user