Skip to content

Commit 1714b6b

Browse files
Michael Vasseurvmcj
authored andcommitted
Composer2 is in the repos again
1 parent dec1b99 commit 1714b6b

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

provision-contest/ansible/roles/base_packages/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ INSTALLED_PACKAGES:
2020
- make
2121
- zip
2222
- unzip
23+
- composer
2324
- php-cli
2425
- php-gd
2526
- php-curl
Binary file not shown.

provision-contest/ansible/roles/base_packages/tasks/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@
5353
state: present
5454
pkg: "{{ INSTALLED_PACKAGES }}"
5555

56-
- name: Install composer
57-
copy:
58-
src: composer
59-
dest: /usr/local/bin/composer
60-
owner: root
61-
group: root
62-
mode: 0755
63-
6456
- name: Install local DEB packages
6557
include: install-local-package.yml
6658
with_fileglob:

0 commit comments

Comments
 (0)