remove ansible_python_interpreter

ansible_python_interpreter is now set to auto in the tests repo.
it doesn't need to be overwritten in the test anymore.

also fix bindep.txt for centos7.

Depends-On: https://review.opendev.org/734676/
Change-Id: I9d21ab44bf0d9d19228e6f65439aaea042e288e5
This commit is contained in:
Marc Gariepy 2020-06-11 13:51:57 -04:00
parent b62ba2d038
commit 6395495605
2 changed files with 4 additions and 3 deletions

View File

@ -45,8 +45,10 @@ python-devel [platform:rpm]
python2-dnf [platform:fedora]
# For SELinux
libselinux-python [platform:redhat]
libsemanage-python [platform:redhat]
libselinux-python3 [platform:redhat]
libsemanage-python3 [platform:redhat]
iptables [platform:redhat]
# Required for compressing collected log files in CI
gzip

View File

@ -16,4 +16,3 @@
bridges:
- "br-mgmt"
ansible_python_interpreter: "/usr/bin/python2"