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

added substitution for apikey

parent 678e1cbd
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@
- name: clone arch-boxes repository
git: repo='https://github.com/archlinux/arch-boxes.git' dest="{{ archboxes_dir }}" force=yes
- name: replace placeholder to vagrantcloud API Key
replace: path="{{ archboxes_dir }}/arch-boxes/vagrant.json" regexp='PLACEHOLDER' replace="{{ archboxes.apikey }}"
- name: install arch-boxes service
template: src='arch-boxes.service.j2' dest='/etc/systemd/system/arch-boxes.service' owner=root group=root mode=0644
notify:
......
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