Ignore errors installing socat.
This commit is contained in:
parent
6861be3654
commit
28f7b869d1
|
@ -5,6 +5,7 @@
|
|||
ansible.builtin.yum:
|
||||
pkg: socat
|
||||
state: present
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install the git client if we are installing using git
|
||||
ansible.builtin.yum:
|
||||
|
|
Loading…
Reference in New Issue