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

Merge branch 't37756-update-ansible-version' into 'main'

Update ansible version, Refs #37756

See merge request sys/ansible-public!46
parents a979876d 5f5ade79
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
register: apt_status
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)
changed_when: false
- name: apt clean and autoremove
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