fixed name of profiled file
This commit is contained in:
parent
da2e1a6d78
commit
2d34a70926
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
|||
group: nextcloud
|
||||
mode: '0700'
|
||||
|
||||
- name: deploy profile.d-nextcloud file
|
||||
- name: deploy profiled-nextcloud file
|
||||
ansible.builtin.copy:
|
||||
src: files/profile.d-nextcloud.sh
|
||||
src: files/profiled-nextcloud.sh
|
||||
dest: /etc/profile.d/nextcloud.sh
|
||||
|
||||
- name: Create sessions directory
|
||||
|
|
Loading…
Add table
Reference in a new issue