Bladeren bron

lint fixes

pull/4278/head
Virkkunen 1 jaar geleden
bovenliggende
commit
a11f6ee036
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml

+ 2
- 2
roles/custom/matrix-continuwuity/tasks/migrate_from_conduwuit.yml Bestand weergeven

@@ -59,7 +59,7 @@

- name: Ensure directories ownership is set
block:
- name: continuwuity ownership
- name: Set continuwuity ownership
ansible.builtin.file:
path: "{{ matrix_base_data_path }}/continuwuity"
state: directory
@@ -67,7 +67,7 @@
group: "{{ matrix_user_groupname }}"
recurse: true

- name: continuwuity_old ownership
- name: Set continuwuity_old ownership
ansible.builtin.file:
path: "{{ matrix_base_data_path }}/continuwuity_old"
state: directory


Laden…
Annuleren
Opslaan