Do not update packages via ansible

This commit is contained in:
2025-09-22 11:05:24 +02:00
parent f7915cdbff
commit d0d162f3e9
2 changed files with 1 additions and 15 deletions

View File

@@ -6,11 +6,7 @@ all:
.PHONY: config
config:
$(ansible_run) --skip-tags system-update
.PHONY: system-update
system-update:
$(ansible_run) --tags system-update
$(ansible_run)
.PHONY: reboot
reboot: