Use package instead of yum

This is with the view that tenks should support multiple
GNU/Linux distributions. The package module abstracts
over the differences between package managers.
This commit is contained in:
Will Szumski 2018-09-28 15:07:14 +01:00
parent cb50ef288a
commit 41b6e0795f

View File

@ -1,6 +1,6 @@
---
- name: Ensure general system requirements are installed
yum:
package:
name: "{{ system_requirements }}"
become: true
# Don't uninstall requirements during teardown since they may already have