We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdb40c commit 56ad359Copy full SHA for 56ad359
provision/roles/boilerplate-main/tasks/bootstrap/composer.yml
@@ -6,6 +6,7 @@
6
- name: Update composer (phar)
7
command: 'composer self-update'
8
when: composer_bin.stat.exists is defined and composer_bin.stat.exists
9
+ ignore_errors: yes
10
11
- name: Install composer (phar)
12
raw: 'curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer'
0 commit comments