Reorganize provisioning files

This commit is contained in:
Chris Thompson 2018-08-23 22:50:49 -04:00
parent 98bb404ed4
commit e0d288a095
5 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,7 @@
---
- name: Grant vagrant access to logs
user:
name: vagrant
groups: adm
append: True
become: yes