diff --git a/galaxy.yml b/galaxy.yml index c1ea412..8736dd4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: s3lph name: nextcloud # The version of the collection. Must be compatible with semantic versioning -version: 0.0.1 +version: 0.0.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/php/tasks/install.yml b/roles/php/tasks/install.yml index ae5b94c..5ab9add 100644 --- a/roles/php/tasks/install.yml +++ b/roles/php/tasks/install.yml @@ -13,6 +13,7 @@ - name: Install dependencies ansible.builtin.apt: name: + - "imagemagick" - "{{ php }}" - "{{ php }}-fpm" - "{{ php }}-cli"