diff --git a/Makefile b/Makefile index b7768e4..351eb74 100644 --- a/Makefile +++ b/Makefile @@ -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