arm test instances: make sure they use python3 since they are f30 now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-07-24 17:42:11 +00:00
parent 97a15d10cb
commit 7904c829fa
2 changed files with 2 additions and 0 deletions

View file

@ -5,3 +5,4 @@ sudoers: "{{ private }}/files/sudo/arm-packager-sudoers"
sudoers_main: nopasswd
host_group: cloud
ansible_ifcfg_blacklist: true
ansible_python_interpreter: /usr/bin/python3

View file

@ -6,3 +6,4 @@ sudoers_main: nopasswd
libdir: /usr/lib
host_group: cloud
ansible_ifcfg_blacklist: true
ansible_python_interpreter: /usr/bin/python3