all repos — proxmox-ansible @ 629e13945c5ed652d26b3cd4b8604618d055884f

add db.lck removal before update
Marco Andronaco andronacomarco@gmail.com
Fri, 03 Feb 2023 09:44:25 +0100
commit

629e13945c5ed652d26b3cd4b8604618d055884f

parent

418ab7f116a14a7b5454ea19315b19f42ed6eb07

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M tasks/essential.ymltasks/essential.yml

@@ -1,3 +1,9 @@

+- name: Remove pacman db.lck + become: yes + ansible.builtin.file: + path: "/var/lib/pacman/db.lck" + state: absent + - name: Update packages community.general.pacman: update_cache: true