Drop dryrun target

This commit is contained in:
2021-10-07 11:09:38 +02:00
committed by Hannes Körber
parent cc6f4cb102
commit a9850d527c

View File

@@ -9,10 +9,6 @@ ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr
all: | venv $(ansible)
$(ansible_run)
.PHONY: dryrun
dryrun: $(ansible)
$(ansible_run) --check
.PHONY: update
update: $(ansible)
$(ansible_run) --tags update_system