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
|
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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue