Add imagemagick dependency

This commit is contained in:
s3lph 2023-02-24 01:19:20 +01:00
parent af31cd70f0
commit 40d9234635
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ namespace: s3lph
name: nextcloud name: nextcloud
# The version of the collection. Must be compatible with semantic versioning # 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 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

View file

@ -13,6 +13,7 @@
- name: Install dependencies - name: Install dependencies
ansible.builtin.apt: ansible.builtin.apt:
name: name:
- "imagemagick"
- "{{ php }}" - "{{ php }}"
- "{{ php }}-fpm" - "{{ php }}-fpm"
- "{{ php }}-cli" - "{{ php }}-cli"