mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
ITPLT-4019 move tags to block
This commit is contained in:
@@ -137,8 +137,6 @@
|
|||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "java-{{ java_major_version }}-amazon-corretto-headless"
|
name: "java-{{ java_major_version }}-amazon-corretto-headless"
|
||||||
state: present
|
state: present
|
||||||
tags:
|
|
||||||
- runtime_pkg
|
|
||||||
|
|
||||||
- name: Ensure common JDK symlink exists
|
- name: Ensure common JDK symlink exists
|
||||||
community.general.alternatives:
|
community.general.alternatives:
|
||||||
@@ -149,6 +147,8 @@
|
|||||||
when:
|
when:
|
||||||
- atl_use_system_jdk | bool
|
- atl_use_system_jdk | bool
|
||||||
- atl_use_system_jdk_flavor == "corretto"
|
- atl_use_system_jdk_flavor == "corretto"
|
||||||
|
tags:
|
||||||
|
- runtime_pkg
|
||||||
|
|
||||||
- name: Install other base packages on Amazon Linux 2023
|
- name: Install other base packages on Amazon Linux 2023
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
|
|||||||
Reference in New Issue
Block a user