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
|
||||
- .install
|
||||
- .config
|
||||
- php.service
|
||||
|
@ -11,12 +11,16 @@ nextcloud-archive:
|
||||
- user: {{ nextcloud.user }}
|
||||
- group: {{ nextcloud.group }}
|
||||
- if_missing: {{ nextcloud.release_dir }}/nextcloud-{{ nextcloud.version }}
|
||||
- watch_in:
|
||||
service: php-fpm-service
|
||||
|
||||
nextcloud-install-link:
|
||||
file.symlink:
|
||||
- name: {{ nextcloud.install_dir }}/nextcloud
|
||||
- target: {{ nextcloud.release_dir }}/nextcloud-{{ nextcloud.version }}
|
||||
- force: true
|
||||
- watch_in:
|
||||
service: php-fpm-service
|
||||
|
||||
nextcloud-datadirectory:
|
||||
file.directory:
|
||||
|
Loading…
Reference in New Issue
Block a user