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

Fix issue 19 - create composer home path without any conditions

parent c6ce91bc
Branches
Tags
No related merge requests found
---
- name: Create composer home path
file: path={{ composer_home_path }} state=directory owner={{ composer_home_owner }} group={{ composer_home_group }}
when: composer_home_path is defined
file: path={{ composer_home_path|default('~/.composer') }} state=directory owner={{ composer_home_owner }} group={{ composer_home_group }}
- name: Configure composer home path
copy: dest=/etc/profile.d/composer-home.sh mode=0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment