Remove the ignore_errors.

This commit is contained in:
Andrea Dell'Amico 2023-11-13 11:07:04 +01:00
parent 80228c348c
commit 82c5c2fa20
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 2 deletions

View File

@ -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