diff --git a/Makefile b/Makefile index b3f4190..bd6c297 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,7 @@ all: .PHONY: config config: - $(ansible_run) --skip-tags system-update - -.PHONY: system-update -system-update: - $(ansible_run) --tags system-update + $(ansible_run) .PHONY: reboot reboot: diff --git a/playbook.yml b/playbook.yml index a09eb29..ab6436c 100644 --- a/playbook.yml +++ b/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