Files
dc-deployments-automation/roles/linux_common/tasks/main.yml

13 lines
291 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 packags
package:
name:
- jq
- curl