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
|
||||
dest: /etc/webapps/nextcloud/php.ini
|
||||
|
||||
- name: enforce symlink to nextclound config file
|
||||
ansible.builtin.file:
|
||||
- name: copy nextcloud config file into config location
|
||||
ansible.builtin.copy:
|
||||
src: /mnt/nextcloud/config.php
|
||||
dest: /etc/webapps/nextcloud/config/config.php
|
||||
state: link
|
||||
force: yes
|
||||
owner: nextcloud
|
||||
group: nextcloud
|
||||
mode: '0700'
|
||||
|
||||
- name: Create sessions directory
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Reference in a new issue