Skip to content

Commit 56ad359

Browse files
committed
Add ignore error when composer self-update fails
1 parent 8bdb40c commit 56ad359

File tree

1 file changed

+1
-0
lines changed
  • provision/roles/boilerplate-main/tasks/bootstrap

1 file changed

+1
-0
lines changed

provision/roles/boilerplate-main/tasks/bootstrap/composer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- name: Update composer (phar)
77
command: 'composer self-update'
88
when: composer_bin.stat.exists is defined and composer_bin.stat.exists
9+
ignore_errors: yes
910

1011
- name: Install composer (phar)
1112
raw: 'curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer'

0 commit comments

Comments
 (0)