Skip to content
Snippets Groups Projects
Commit 4ec5d419 authored by Christian Rebischke's avatar Christian Rebischke Committed by Florian Pritz
Browse files

fixed directory permissions

parent 2676a03a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
git: repo='https://github.com/archlinux/arch-boxes.git' dest="{{ archboxes_git_dir }}" force=yes
- name: adjust permissions of git checkout
file: path="{{ archboxes_git_dir }}" state=directory owner="{{ archboxes_user }}" group="{{ archboxes_user }}"
file: path="{{ archboxes_git_dir }}" state=directory recursive=yes owner="{{ archboxes_user }}" group="{{ archboxes_user }}"
- name: replace placeholder to vagrantcloud API Key
replace: path="{{ archboxes_git_dir }}/vagrant.json" regexp='PLACEHOLDER' replace="{{ archboxes_apikey }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment