hotfix: Update 'ansible_python_interpreter' specification

This commit is contained in:
Dylan Rathbone
2020-11-03 11:36:46 +10:00
parent 31e6a182ea
commit b34edfc5fb
10 changed files with 30 additions and 15 deletions

View File

@@ -8,12 +8,14 @@
description: Atlassian Slingshot
baseurl: "{{ atl_slingshot_yum_repo_url }}"
gpgcheck: no
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Install atlassian-slingshot
yum:
name: atlassian-slingshot
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras install -y "postgresql{{ atl_amazon_extras_postgresql_version }}"