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

View File

@@ -4,6 +4,7 @@
yum: yum:
name: name:
- "google-noto-*" - "google-noto-*"
vars:
ansible_python_interpreter: auto ansible_python_interpreter: auto
- name: Link the language fonts into the JDK - name: Link the language fonts into the JDK

View File

@@ -8,11 +8,13 @@
description: Atlassian Slingshot description: Atlassian Slingshot
baseurl: "{{ atl_slingshot_yum_repo_url }}" baseurl: "{{ atl_slingshot_yum_repo_url }}"
gpgcheck: no gpgcheck: no
vars:
ansible_python_interpreter: auto ansible_python_interpreter: auto
- name: Install atlassian-slingshot - name: Install atlassian-slingshot
yum: yum:
name: atlassian-slingshot name: atlassian-slingshot
vars:
ansible_python_interpreter: auto ansible_python_interpreter: auto
- name: Enable Postgresql from 'extras' - name: Enable Postgresql from 'extras'

View File

@@ -27,6 +27,7 @@
- name: Install git - name: Install git
package: package:
name: git name: git
vars:
ansible_python_interpreter: auto ansible_python_interpreter: auto
roles: roles:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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