From 82c5c2fa20073fae7c05921120de56473e6dfa33 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 13 Nov 2023 11:07:04 +0100 Subject: [PATCH] Remove the ignore_errors. --- tasks/acmetool_rh.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/acmetool_rh.yml b/tasks/acmetool_rh.yml index 6a3a9a2..9d7cdde 100644 --- a/tasks/acmetool_rh.yml +++ b/tasks/acmetool_rh.yml @@ -5,13 +5,11 @@ ansible.builtin.yum: pkg: socat state: present - ignore_errors: true - name: Install the git client if we are installing using git ansible.builtin.yum: pkg: git state: present when: letsencrypt_acme_sh_git_install - ignore_errors: true - name: Activate the firewalld rule for the http, if we require certificates using the http protocol ansible.posix.firewalld: service: http