mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 18:33:06 -06:00
al2022 -> al2023
This commit is contained in:
16
roles/linux_common/tasks/amazon-2023.yml
Normal file
16
roles/linux_common/tasks/amazon-2023.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
- name: Install Amazon-Linux-2023-specific support packages
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- dejavu-sans-fonts
|
||||
- file
|
||||
- git
|
||||
- libxml2
|
||||
- shadow-utils
|
||||
|
||||
- name: Uninstall curl-minimal (conflicts with curl)
|
||||
ansible.builtin.dnf:
|
||||
name: curl-minimal
|
||||
state: absent
|
||||
autoremove: no
|
||||
Reference in New Issue
Block a user