Create a linux package_manager role.

This commit is contained in:
Tom Alexander
2022-10-15 22:49:05 -04:00
parent e3b706cb61
commit 9ed2e209fd
11 changed files with 811 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# - name: Install packages
# package:
# name:
# - foo
# state: present