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