hotfix: use auto python interpreter for package tasks, virtualenv for all other tasks

This commit is contained in:
Ben Partridge
2020-11-03 11:51:52 +11:00
parent 73bd0f407a
commit 229bbf01f6
13 changed files with 51 additions and 34 deletions

View File

@@ -28,6 +28,7 @@
name:
- tar
- shadow-utils
ansible_python_interpreter: auto
- name: "{{ test_pre_step_prefix }} Create application group"
group:

View File

@@ -25,11 +25,13 @@
package:
state: present
name: tar
ansible_python_interpreter: auto
- name: "{{ test_pre_step_prefix }} Install useradd and groupadd binaries"
package:
state: present
name: shadow-utils
ansible_python_interpreter: auto
- name: "{{ test_pre_step_prefix }} Create application group"
group: