Reorganize provisioning files
This commit is contained in:
parent
98bb404ed4
commit
e0d288a095
5 changed files with 2 additions and 2 deletions
7
provisioning/box/post-tasks/00-vagrant.yml
Normal file
7
provisioning/box/post-tasks/00-vagrant.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Grant vagrant access to logs
|
||||
user:
|
||||
name: vagrant
|
||||
groups: adm
|
||||
append: True
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue