@@ -54,41 +54,36 @@ KDEVOPS_PROVISION_DESTROY_METHOD := destroy_guestfs
5454libvirt_pcie_passthrough_permissions :
5555 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
5656 --inventory localhost, \
57- playbooks/libvirt_pcie_passthrough.yml \
58- -e ' ansible_python_interpreter=/usr/bin/python3'
57+ playbooks/libvirt_pcie_passthrough.yml
5958
6059$(KDEVOPS_PROVISIONED_SSH ) :
6160 $(Q ) if [[ " $( CONFIG_KDEVOPS_SSH_CONFIG_UPDATE) " == " y" ]]; then \
6261 ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
6362 --inventory localhost, \
6463 playbooks/update_ssh_config_guestfs.yml \
6564 --extra-vars=@./extra_vars.yaml \
66- -e ' ansible_python_interpreter=/usr/bin/python3' ; \
6765 LIBVIRT_DEFAULT_URI=$(CONFIG_LIBVIRT_URI ) $(TOPDIR ) /scripts/update_ssh_config_guestfs.py; \
6866 fi
69- $(Q ) ansible $(ANSIBLE_VERBOSE ) -i hosts all -e ' ansible_python_interpreter=/usr/bin/python3 ' - m wait_for_connection
67+ $(Q ) ansible $(ANSIBLE_VERBOSE ) -i hosts all -m wait_for_connection
7068 $(Q ) touch $(KDEVOPS_PROVISIONED_SSH )
7169
7270install_libguestfs :
7371 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
7472 --inventory localhost, \
7573 playbooks/bringup_guestfs.yml \
76- -e ' ansible_python_interpreter=/usr/bin/python3' \
7774 --extra-vars=@./extra_vars.yaml \
7875 --tags install-deps
7976
8077bringup_guestfs : $(GUESTFS_BRINGUP_DEPS )
8178 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
8279 --inventory localhost, \
8380 playbooks/bringup_guestfs.yml \
84- -e ' ansible_python_interpreter=/usr/bin/python3' \
8581 --extra-vars=@./extra_vars.yaml \
8682 --tags config-check,network,storage-pool-path
8783 $(Q )$(TOPDIR ) /scripts/bringup_guestfs.sh
8884 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
8985 --inventory localhost, \
9086 playbooks/bringup_guestfs.yml \
91- -e ' ansible_python_interpreter=/usr/bin/python3' \
9287 --extra-vars=@./extra_vars.yaml \
9388 --tags console-permissions
9489PHONY += bringup_guestfs
0 commit comments