Add imagemagick dependency
This commit is contained in:
parent
af31cd70f0
commit
40d9234635
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
- name: Install dependencies
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- "imagemagick"
|
||||
- "{{ php }}"
|
||||
- "{{ php }}-fpm"
|
||||
- "{{ php }}-cli"
|
||||
|
|
Loading…
Reference in a new issue