From dd1738bb50fd5d08725addc91ab8e66c45ddffe4 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:36:40 +0100 Subject: [PATCH] ensuring the ufw service is started, instead of restarting it each time the playbook is run --- ansible/roles/ufw/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ufw/tasks/main.yml b/ansible/roles/ufw/tasks/main.yml index 3b97dd4..e275f16 100644 --- a/ansible/roles/ufw/tasks/main.yml +++ b/ansible/roles/ufw/tasks/main.yml @@ -17,4 +17,4 @@ service: enabled: true name: ufw - state: restarted + state: started