nextcloud: Benenne cli-Konfiguration um. Vermeidet Namensdopplung mit Daten aus PHP-Rolle
This commit is contained in:
parent
69ecb2e1fd
commit
e60f0f1a21
2 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
|||
|
||||
- name: "common | Kopiere PHP-CLI-Konfiguration"
|
||||
copy:
|
||||
src: ../roles/nextcloud/files/30-sao.ini
|
||||
dest: "/etc/php/{{ php_version.stdout }}/cli/conf.d/30-sao.ini"
|
||||
src: ../roles/nextcloud/files/30-sao-nextcloud.ini
|
||||
dest: "/etc/php/{{ php_version.stdout }}/cli/conf.d/30-sao-nextcloud.ini"
|
||||
|
||||
- name: "common | Kopiere Update-Skript"
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue