ensuring the ufw service is enabled at startup

This commit is contained in:
aminnairi
2024-01-02 20:36:31 +01:00
parent 9291bb2966
commit 424fbe8dcf
+1
View File
@@ -15,5 +15,6 @@
- name: UFW service startup - name: UFW service startup
become: true become: true
service: service:
enabled: true
name: ufw name: ufw
state: restarted state: restarted