Move what can be shared in the base role out to the common tasks file.

This commit is contained in:
Tom Alexander
2022-10-27 00:12:06 -04:00
parent 2e0a6073c8
commit b69934072f
5 changed files with 44 additions and 30 deletions

View File

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