Add -K
switch to Makefile
Closes #20 Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
d8ceebc224
commit
f1e4bc4898
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
bash scripts/export_keys.sh
|
||||
|
|
Loading…
Reference in a new issue