Drop dryrun target
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,10 +9,6 @@ ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr
|
|||||||
all: | venv $(ansible)
|
all: | venv $(ansible)
|
||||||
$(ansible_run)
|
$(ansible_run)
|
||||||
|
|
||||||
.PHONY: dryrun
|
|
||||||
dryrun: $(ansible)
|
|
||||||
$(ansible_run) --check
|
|
||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update: $(ansible)
|
update: $(ansible)
|
||||||
$(ansible_run) --tags update_system
|
$(ansible_run) --tags update_system
|
||||||
|
|||||||
Reference in New Issue
Block a user