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