mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
13 lines
292 B
YAML
13 lines
292 B
YAML
---
|
|
|
|
# Note: Try and limit these to packages that are distro-specific, and
|
|
# place commonly-named ones below.
|
|
- name: Install distro-specific prerequisites
|
|
include: "{{ ansible_distribution|lower }}.yml"
|
|
|
|
- name: Install common support packages
|
|
package:
|
|
name:
|
|
- jq
|
|
- curl
|