DCD-224: Rename linux-common to linux_common for consistency.

This commit is contained in:
Steve Smith
2019-04-09 15:31:20 +10:00
parent 89eb8817d7
commit a3c58e4d0e
8 changed files with 0 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