moved from symlink to copy command
This commit is contained in:
parent
c7671008b1
commit
422e233527
1 changed files with 5 additions and 4 deletions
|
@ -18,12 +18,13 @@
|
||||||
src: files/nextcloud-php.ini
|
src: files/nextcloud-php.ini
|
||||||
dest: /etc/webapps/nextcloud/php.ini
|
dest: /etc/webapps/nextcloud/php.ini
|
||||||
|
|
||||||
- name: enforce symlink to nextclound config file
|
- name: copy nextcloud config file into config location
|
||||||
ansible.builtin.file:
|
ansible.builtin.copy:
|
||||||
src: /mnt/nextcloud/config.php
|
src: /mnt/nextcloud/config.php
|
||||||
dest: /etc/webapps/nextcloud/config/config.php
|
dest: /etc/webapps/nextcloud/config/config.php
|
||||||
state: link
|
owner: nextcloud
|
||||||
force: yes
|
group: nextcloud
|
||||||
|
mode: '0700'
|
||||||
|
|
||||||
- name: Create sessions directory
|
- name: Create sessions directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue