Files
dc-deployments-automation/roles/linux-common/tasks/main.yml

13 lines
288 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_os_family|lower }}.yml"
- name: Install common support packags
package:
name:
- jq
- curl