1
0
Fork 0
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:
Jerry Vonau 2017-09-24 16:30:02 -04:00
parent b40bcd31f9
commit d6c566c032

View file

@ -4,7 +4,7 @@
when: internet_available
- name: Determine if software is already expanded
stat: path=/opt/elgg/index.php
stat: path=/opt/elgg-{{ elgg_version }}/index.php
register: elgg
# use unzip and shell until unarchive works again