mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
hotfix: use auto python interpreter for package tasks, virtualenv for all other tasks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user