Remove the ignore_errors.
This commit is contained in:
parent
80228c348c
commit
82c5c2fa20
|
@ -5,13 +5,11 @@
|
||||||
ansible.builtin.yum:
|
ansible.builtin.yum:
|
||||||
pkg: socat
|
pkg: socat
|
||||||
state: present
|
state: present
|
||||||
ignore_errors: true
|
|
||||||
- name: Install the git client if we are installing using git
|
- name: Install the git client if we are installing using git
|
||||||
ansible.builtin.yum:
|
ansible.builtin.yum:
|
||||||
pkg: git
|
pkg: git
|
||||||
state: present
|
state: present
|
||||||
when: letsencrypt_acme_sh_git_install
|
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
|
- name: Activate the firewalld rule for the http, if we require certificates using the http protocol
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
service: http
|
service: http
|
||||||
|
|
Loading…
Reference in New Issue