From 9bd8b62dc490f9d69b925f40b53d9cfeed11d792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 7 Oct 2021 11:09:38 +0200 Subject: [PATCH] Drop dryrun target --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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