Split user and system updates

This commit is contained in:
2022-05-02 20:20:24 +02:00
parent 6b0db2f804
commit 290bcbe172
3 changed files with 9 additions and 9 deletions

View File

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