renamed
This commit is contained in:
parent
f380599448
commit
521106e206
1 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,24 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# tasks file for role-owncloud
|
||||
- name: install nextcloud and dependencies
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- nextcloud
|
||||
- php-legacy-sodium
|
||||
- php-legacy-imagick
|
||||
- librsvg
|
||||
state: present
|
||||
|
||||
- name: deploy nextcloud php.ini file
|
||||
ansible.builtin.copy:
|
||||
src: files/nextcloud-php.ini
|
||||
dest: /etc/webapps/nextcloud/php.ini
|
||||
|
||||
|
||||
|
||||
#- name: ensure nextcloud is running
|
||||
# service:
|
||||
# name: nextcloud
|
||||
# state: started
|
||||
# enabled: yes
|
Loading…
Add table
Reference in a new issue