mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
hotfix: Update 'ansible_python_interpreter' specification
This commit is contained in:
@@ -25,13 +25,15 @@
|
||||
package:
|
||||
state: present
|
||||
name: tar
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: "{{ test_pre_step_prefix }} Install useradd and groupadd binaries"
|
||||
package:
|
||||
state: present
|
||||
name: shadow-utils
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: "{{ test_pre_step_prefix }} Create application group"
|
||||
group:
|
||||
|
||||
Reference in New Issue
Block a user