Generalise the AWS base package install role.

This commit is contained in:
Steve Smith
2019-04-09 15:30:42 +10:00
parent 627bdd6e6e
commit 7fa52df77b
4 changed files with 17 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
---
- name: Install distro-specific prerequisites
include: "{{ ansible_distribution|lower }}.yml"