From c1d51a3fe7b305b9a434986367bb988cc7cdd77a Mon Sep 17 00:00:00 2001
From: entlein <einentlein@gmail.com>
Date: Wed, 29 Jun 2022 14:30:18 +0200
Subject: [PATCH] ignoring errors if firewalld is not found

---
 roles/rke2/tasks/setup_host.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/rke2/tasks/setup_host.yml b/roles/rke2/tasks/setup_host.yml
index db1f75c..7aa84cb 100644
--- a/roles/rke2/tasks/setup_host.yml
+++ b/roles/rke2/tasks/setup_host.yml
@@ -45,7 +45,7 @@
     enabled: no
     masked: no
     state: stopped
-    ignore_errors: True #this command is not idempotent it seems
+  ignore_errors: True #this command is not idempotent it seems
 
 - name: enable nftables
   ansible.builtin.systemd:
-- 
GitLab