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

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