mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 18:33:06 -06:00
first pass at basic AL2022 support
This commit is contained in:
10
roles/linux_common/tasks/amazon-2022.yml
Normal file
10
roles/linux_common/tasks/amazon-2022.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Install Amazon-Linux-2022-specific support packages
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- dejavu-sans-fonts
|
||||
- file
|
||||
- git-{{ git_version }}
|
||||
- libxml2
|
||||
- shadow-utils
|
||||
Reference in New Issue
Block a user