3 lines
71 B
YAML
3 lines
71 B
YAML
|
- name: restart ufw
|
||
|
service: name=ufw state=restarted
|
||
|
become: yes
|