Skip to content
Snippets Groups Projects
Commit 9be78b4a authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Bug fixes from regex search & replace

parent efc2ea97
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,5 @@
dest: "{{ item }}/auth.json"
with_items:
- /root/.composer
- '{{( composer_home_path }})'
- '{{ composer_home_path }}'
when: composer_github_oauth != no or composer_http_basic != no
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