Skip to content

Commit 257c2d2

Browse files
committed
vagrant: create /var/log/mystamps directory.
Addressed to #399 [ci skip]
1 parent 2996647 commit 257c2d2

File tree

1 file changed

+9
-0
lines changed
  • vagrant/provisioning/roles/mystamps-app/tasks

1 file changed

+9
-0
lines changed

vagrant/provisioning/roles/mystamps-app/tasks/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@
7575
- Restarting mystamps service
7676
when: profile == 'prod'
7777

78+
- name: Creating /var/log/mystamps
79+
file:
80+
path: /var/log/mystamps
81+
owner: mystamps
82+
group: mystamps
83+
mode: '0755'
84+
state: directory
85+
when: profile == 'prod'
86+
7887
- name: Running service
7988
service:
8089
name: mystamps

0 commit comments

Comments
 (0)