updated nextcloud state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
37895cb84b
commit
ceb15c520e
@ -4,4 +4,3 @@ include:
|
|||||||
- redis
|
- redis
|
||||||
- .install
|
- .install
|
||||||
- .config
|
- .config
|
||||||
- php.service
|
|
||||||
|
@ -11,12 +11,16 @@ nextcloud-archive:
|
|||||||
- user: {{ nextcloud.user }}
|
- user: {{ nextcloud.user }}
|
||||||
- group: {{ nextcloud.group }}
|
- group: {{ nextcloud.group }}
|
||||||
- if_missing: {{ nextcloud.release_dir }}/nextcloud-{{ nextcloud.version }}
|
- if_missing: {{ nextcloud.release_dir }}/nextcloud-{{ nextcloud.version }}
|
||||||
|
- watch_in:
|
||||||
|
service: php-fpm-service
|
||||||
|
|
||||||
nextcloud-install-link:
|
nextcloud-install-link:
|
||||||
file.symlink:
|
file.symlink:
|
||||||
- name: {{ nextcloud.install_dir }}/nextcloud
|
- name: {{ nextcloud.install_dir }}/nextcloud
|
||||||
- target: {{ nextcloud.release_dir }}/nextcloud-{{ nextcloud.version }}
|
- target: {{ nextcloud.release_dir }}/nextcloud-{{ nextcloud.version }}
|
||||||
- force: true
|
- force: true
|
||||||
|
- watch_in:
|
||||||
|
service: php-fpm-service
|
||||||
|
|
||||||
nextcloud-datadirectory:
|
nextcloud-datadirectory:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
Loading…
Reference in New Issue
Block a user