Do not update packages via ansible

This commit is contained in:
2025-09-22 11:05:24 +02:00
parent f7915cdbff
commit d0d162f3e9
2 changed files with 1 additions and 15 deletions

View File

@@ -52,16 +52,6 @@
marker: "# {mark} ANSIBLE MANAGED parallel_download"
become: true
- block:
- name: upgrade system
pacman:
upgrade: true
update_cache: true
become: true
changed_when: false
tags: [system-update]
- name: install pacman-contrib for paccache
package:
name: pacman-contrib