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
config: | venv $(ansible)
$(ansible_run)
$(ansible_run) --skip-tags system-update
.PHONY: system-update
system-update: $(ansible)