Initial commit

This commit is contained in:
2019-03-09 00:31:38 +00:00
commit aa28efc5fc
10 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: install system utilities
package:
name: "{{ item }}"
state: present
with_items: "{{ sys_utils }}"