Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
-localhost ansible_connection=local
+localhost ansible_connection=local ansible_python_interpreter=python3
[hosts]
#cloud01.internal.efficios.com
ci-node-deb11-armhf-07
ci-node-deb11-armhf-08
-[node_armhf:vars]
-ansible_python_interpreter=python3
-
[node_arm64]
ci-node-deb11-arm64-01
ci-node-deb11-arm64-02
[node_el8]
ci-node-el8-amd64-03-01
-[node_el8:vars]
-ansible_python_interpreter=/usr/bin/python3
-
[node:children]
node_i386
node_amd64
node_standalone
node_sles
node_el8
+
+[py3_hosts:children]
+node
+
+[py3_hosts:vars]
+ansible_python_interpreter=python3