Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed May 5, 2017
1 parent 3eeaf80 commit 401f7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/packer/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
file:
path: "{{ hashicorp_packer_cache_dir }}"
state: directory
mode: 0755
mode: 0777
become: true

- name: Ensure Packer log directory exists
file:
path: "{{ hashicorp_packer_log_dir }}"
state: directory
mode: 0755
mode: 0777
become: true

- name: Setup Packer environment variable
Expand Down

0 comments on commit 401f7a4

Please sign in to comment.