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"
|
- name: "common | Kopiere PHP-CLI-Konfiguration"
|
||||||
copy:
|
copy:
|
||||||
src: ../roles/nextcloud/files/30-sao.ini
|
src: ../roles/nextcloud/files/30-sao-nextcloud.ini
|
||||||
dest: "/etc/php/{{ php_version.stdout }}/cli/conf.d/30-sao.ini"
|
dest: "/etc/php/{{ php_version.stdout }}/cli/conf.d/30-sao-nextcloud.ini"
|
||||||
|
|
||||||
- name: "common | Kopiere Update-Skript"
|
- name: "common | Kopiere Update-Skript"
|
||||||
template:
|
template:
|
||||||
|
@ -41,4 +41,4 @@
|
||||||
get_url:
|
get_url:
|
||||||
url: https://raw.githubusercontent.com/munin-monitoring/contrib/master/plugins/nextcloud/nextcloud_
|
url: https://raw.githubusercontent.com/munin-monitoring/contrib/master/plugins/nextcloud/nextcloud_
|
||||||
dest: "{{ local_munin_path }}/nextcloud_"
|
dest: "{{ local_munin_path }}/nextcloud_"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
Loading…
Add table
Reference in a new issue