mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Misc Fixes: Clean up whitespace warnings
This commit is contained in:
parent
2203107f85
commit
3abb27bbed
44 changed files with 121 additions and 135 deletions
|
|
@ -29,8 +29,8 @@
|
|||
# the install wizard does not succeed if already installed
|
||||
- name: Determine if nextcloud is installed
|
||||
shell: >
|
||||
sudo -u {{ apache_user }} php
|
||||
'{{ nextcloud_prefix }}/nextcloud/occ' status |
|
||||
sudo -u {{ apache_user }} php
|
||||
'{{ nextcloud_prefix }}/nextcloud/occ' status |
|
||||
gawk '/installed:/ { print $3 }'
|
||||
register: returned
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue