Remove never tag, update Make target for system update

This commit is contained in:
2022-05-02 20:21:58 +02:00
parent 290bcbe172
commit fafca0e743
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr
.PHONY: config .PHONY: config
config: | venv $(ansible) config: | venv $(ansible)
$(ansible_run) $(ansible_run) --skip-tags system-update
.PHONY: system-update .PHONY: system-update
system-update: $(ansible) system-update: $(ansible)

View File

@@ -87,7 +87,7 @@
changed_when: false changed_when: false
when: distro == 'archlinux' when: distro == 'archlinux'
tags: [system-update, never] tags: [system-update]
- block: - block:
- name: install sudo - name: install sudo