mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53:06 -06:00
17 lines
323 B
YAML
17 lines
323 B
YAML
---
|
|
|
|
- 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
|