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.

Depends-On: https://review.opendev.org/735289
Depends-On: https://review.opendev.org/734676
Change-Id: I46f5ece04b82ff3131f27be2bb98aead2f07b04e
This commit is contained in:
Marc Gariepy 2020-06-11 13:51:58 -04:00 committed by Jonathan Rosser
parent 6b60e51005
commit 6574de7090

View File

@ -13,4 +13,3 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ansible_host: 127.0.0.1
ansible_python_interpreter: "/usr/bin/python2"