mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
elgg - handle upgrades
This commit is contained in:
parent
b40bcd31f9
commit
d6c566c032
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
||||||
- name: Determine if software is already expanded
|
- name: Determine if software is already expanded
|
||||||
stat: path=/opt/elgg/index.php
|
stat: path=/opt/elgg-{{ elgg_version }}/index.php
|
||||||
register: elgg
|
register: elgg
|
||||||
|
|
||||||
# use unzip and shell until unarchive works again
|
# use unzip and shell until unarchive works again
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue