add db.lck removal before update
Marco Andronaco andronacomarco@gmail.com
Fri, 03 Feb 2023 09:44:25 +0100
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
tasks/essential.yml
→
tasks/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