Ignore errors installing socat.

This commit is contained in:
Andrea Dell'Amico 2023-11-13 10:50:53 +01:00
parent 6861be3654
commit 28f7b869d1
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

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