Compare commits
1 Commits
ed0c1845e1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e5282b939 |
@@ -17,7 +17,9 @@
|
||||
url: https://getcomposer.org/download/latest-stable/composer.phar
|
||||
dest: "{{ ansible_user_dir }}/.local/bin/composer"
|
||||
mode: "0755"
|
||||
when: (not _composer_user_executable.stat.exists) or composer_upgrade
|
||||
when:
|
||||
- (not _composer_user_executable.stat.exists) or composer_upgrade
|
||||
- not ansible_check_mode
|
||||
|
||||
- name: Set composer path to use local installation
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user