Skip to content
Snippets Groups Projects
Commit 80b94b52 authored by Igor Mukhin's avatar Igor Mukhin
Browse files

Use 'composer_home_path' during auth.json generation

parent 52cd567b
Branches
Tags
No related merge requests found
......@@ -3,5 +3,5 @@
- name: Configure github oauth token
template:
src: ".composer/auth.json.j2"
dest: "~/.composer/auth.json"
dest: "{{ composer_home_path|default('~/.composer') }}/auth.json"
when: composer_github_oauth != false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment