From fafca0e743065cfc2b81a74e101b9478b9b540a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 2 May 2022 20:21:58 +0200 Subject: [PATCH] Remove never tag, update Make target for system update --- Makefile | 2 +- playbook.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 11911ab..5187c74 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr .PHONY: config config: | venv $(ansible) - $(ansible_run) + $(ansible_run) --skip-tags system-update .PHONY: system-update system-update: $(ansible) diff --git a/playbook.yml b/playbook.yml index 47bea01..1148c9a 100644 --- a/playbook.yml +++ b/playbook.yml @@ -87,7 +87,7 @@ changed_when: false when: distro == 'archlinux' - tags: [system-update, never] + tags: [system-update] - block: - name: install sudo