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:
parent
b62ba2d038
commit
6395495605
@ -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
|
||||
|
@ -16,4 +16,3 @@
|
||||
bridges:
|
||||
- "br-mgmt"
|
||||
|
||||
ansible_python_interpreter: "/usr/bin/python2"
|
||||
|
Loading…
Reference in New Issue
Block a user