Unify the "update" target

This commit is contained in:
2021-10-07 11:14:29 +02:00
committed by Hannes Körber
parent a9850d527c
commit 0e125af3f7
3 changed files with 7 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ all: | venv $(ansible)
.PHONY: update
update: $(ansible)
$(ansible_run) --tags update_system
$(ansible_run) --tags update
.PHONY: reboot
reboot: