Skip to content

Commit

Permalink
Fix composer invocation to _not_ run as root.
Browse files Browse the repository at this point in the history
Seems like Composer 2.4.2
(https://github.com/composer/composer/releases/tag/2.4.2) became more
strict, preventing the command from returning completely.
  • Loading branch information
adam-vessey committed Sep 14, 2022
1 parent dd55067 commit d27c07c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/internal/Islandora-Devops.crayfish/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
changed_when: true
register: flex_package_info
ignore_errors: true

become: true
become_user: "{{ crayfish_user }}"

- name: "Delete Houdini vendor folder to update symfony/flex"
file:
state: absent
Expand Down

0 comments on commit d27c07c

Please sign in to comment.