DCD-224: Move to more distro-specific package installation.

This commit is contained in:
Steve Smith
2019-04-09 15:37:08 +10:00
parent a3c58e4d0e
commit 1823f5891e
4 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
- name: Converge
hosts: all
roles:
- role: linux-common
- role: linux_common

View File

@@ -3,7 +3,7 @@
# 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"
include: "{{ ansible_distribution|lower }}.yml"
- name: Install common support packags
package: