mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-02 01:03:17 -06:00
first pass at basic AL2022 support
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Note: Try and limit these to packages that are distro-specific, and
|
||||
# place commonly-named ones below.
|
||||
- name: Install distro-specific prerequisites
|
||||
ansible.builtin.include_tasks: "{{ ansible_distribution|lower }}.yml"
|
||||
ansible.builtin.include_tasks: "{{ ansible_distribution | lower }}-{{ ansible_distribution_version }}.yml"
|
||||
|
||||
- name: Install common support packages
|
||||
ansible.builtin.package:
|
||||
|
||||
Reference in New Issue
Block a user