Ignore errors installing git.
This commit is contained in:
parent
28f7b869d1
commit
80228c348c
|
@ -6,13 +6,12 @@
|
|||
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
|
||||
|
@ -25,7 +24,6 @@
|
|||
- item.standalone is defined
|
||||
- firewalld_enabled is defined and firewalld_enabled
|
||||
- letsencrypt_firewalld_http_enabled_on_default_zone
|
||||
|
||||
- name: Custom firewalld rule for http
|
||||
ansible.posix.firewalld:
|
||||
service: "{{ item.service}}"
|
||||
|
|
Loading…
Reference in New Issue