From f1e4bc489838de9b8eea779c2b5bf5057be04daa Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 17 Oct 2020 13:08:55 +0200 Subject: [PATCH] Add `-K` switch to Makefile Closes #20 Signed-off-by: Matej Focko --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3ed7cc..2f34359 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: fedora-deps deps fedora-bootstrap gpg keys ANSIBLE_PYTHON := /usr/bin/python3 -AP := ansible-playbook -vv -c local -i localhost, -e ansible_python_interpreter=$(ANSIBLE_PYTHON) +AP := ansible-playbook -vv -K -c local -i localhost, -e ansible_python_interpreter=$(ANSIBLE_PYTHON) fedora-bootstrap: $(AP) playbooks/fedora.yml @@ -16,4 +16,4 @@ gpg: bash scripts/generate_gpg.sh keys: - bash scripts/export_keys.sh \ No newline at end of file + bash scripts/export_keys.sh