Do not update packages via ansible
This commit is contained in:
10
playbook.yml
10
playbook.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user