DCD-224: New task for common package installs that is cross-distro.

This commit is contained in:
Steve Smith
2019-04-09 15:15:42 +10:00
parent 0999c5a3d1
commit 43a570fadf
8 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
# 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