mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
ce6c22d16e
commit
cbd7c5c03f
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Check for existence of /opt/nextcloud/version.php
|
||||
- name: Does /opt/nextcloud/version.php exist?
|
||||
stat:
|
||||
path: "{{ nextcloud_prefix }}/nextcloud/version.php"
|
||||
register: nextcloud_page
|
||||
|
@ -150,9 +150,9 @@
|
|||
# Enables or disable Nextcloud!
|
||||
- include_tasks: nextcloud_enabled.yml
|
||||
|
||||
- name: Add 'nextcloud' to list of services at {{ iiab_ini_file }}
|
||||
- name: Add 'nextcloud' variable values to {{ iiab_ini_file }}
|
||||
ini_file:
|
||||
dest: "{{ iiab_ini_file }}"
|
||||
path: "{{ iiab_ini_file }}"
|
||||
section: Nextcloud
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue