Made packages role compatible with other package managers

This commit is contained in:
uumas
2022-01-07 22:11:17 +02:00
parent 0e07a1e2b3
commit 4ec5ee9ad7
3 changed files with 38 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Ensure packages defined in install_packages are installed
package:
name: "{{ install_packages }}"
state: present