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,7 +8,8 @@
- awscli
- git
- ec2-utils
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Install CloudWatch Agent
yum:
@@ -17,4 +18,5 @@
when: atl_aws_enable_cloudwatch is defined and atl_aws_enable_cloudwatch
notify:
- Enable CloudWatch Agent
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto

View File

@@ -4,7 +4,8 @@
yum:
name:
- "google-noto-*"
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Link the language fonts into the JDK
# Not idiomatic, but cleaner than messing with nested lookups...

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 }}"

View File

@@ -27,7 +27,8 @@
- name: Install git
package:
name: git
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
roles:
- role: diy_backup

View File

@@ -7,4 +7,5 @@
- libxml2
- git-{{ git_version }}
- dejavu-sans-fonts
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto

View File

@@ -14,7 +14,8 @@
- unzip
- fontconfig
- python-psycopg2
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Create product group
group:

View File

@@ -4,4 +4,5 @@
yum:
name:
- nfs-utils
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto

View File

@@ -12,13 +12,15 @@
gpgkey: https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public
gpgcheck: yes
state: present
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Install AdoptOpenJDK
yum:
name: "adoptopenjdk-{{ java_major_version }}-hotspot"
state: present
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto
- name: Ensure common JDK symlink exists
alternatives:
@@ -35,4 +37,5 @@
yum:
name:
- dejavu-fonts-common # Required by the installer
ansible_python_interpreter: auto
vars:
ansible_python_interpreter: auto

View File

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

View File

@@ -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: