Skip to content
Snippets Groups Projects
Commit 5f5ade79 authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Update ansible version, Refs #37756

parent a979876d
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
register: apt_status register: apt_status
retries: 60 retries: 60
until: apt_status is success or ('Failed to lock apt for exclusive operation' not in apt_status.msg and '/var/lib/dpkg/lock' not in apt_status.msg) until: apt_status is success or ('Failed to lock apt for exclusive operation' not in apt_status.msg and '/var/lib/dpkg/lock' not in apt_status.msg)
changed_when: false
- name: apt clean and autoremove - name: apt clean and autoremove
ansible.builtin.apt: ansible.builtin.apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment