Do not update packages via ansible
This commit is contained in:
6
Makefile
6
Makefile
@@ -6,11 +6,7 @@ all:
|
|||||||
|
|
||||||
.PHONY: config
|
.PHONY: config
|
||||||
config:
|
config:
|
||||||
$(ansible_run) --skip-tags system-update
|
$(ansible_run)
|
||||||
|
|
||||||
.PHONY: system-update
|
|
||||||
system-update:
|
|
||||||
$(ansible_run) --tags system-update
|
|
||||||
|
|
||||||
.PHONY: reboot
|
.PHONY: reboot
|
||||||
reboot:
|
reboot:
|
||||||
|
|||||||
10
playbook.yml
10
playbook.yml
@@ -52,16 +52,6 @@
|
|||||||
marker: "# {mark} ANSIBLE MANAGED parallel_download"
|
marker: "# {mark} ANSIBLE MANAGED parallel_download"
|
||||||
become: true
|
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
|
- name: install pacman-contrib for paccache
|
||||||
package:
|
package:
|
||||||
name: pacman-contrib
|
name: pacman-contrib
|
||||||
|
|||||||
Reference in New Issue
Block a user