diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml index 19748b4..6a5a858 100644 --- a/ansible/group_vars/all.yaml +++ b/ansible/group_vars/all.yaml @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. --- +ansible_python_interpreter: /usr/bin/python3 + # windmill.virtualenv virtualenv_install_method: package diff --git a/bindep.txt b/bindep.txt index 084f943..e9d825b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -7,7 +7,7 @@ libffi-dev [platform:dpkg] libselinux-python [platform:rpm] libssl-dev [platform:dpkg] openssl-devel [platform:rpm] -python2-dnf [platform:fedora] +python3-dnf [platform:fedora] python3-devel [platform:rpm] python3-dev [platform:dpkg] python-devel [platform:rpm]