mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
fix indent
This commit is contained in:
parent
91c2063a94
commit
b40bcd31f9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: download current version from our copy
|
||||
shell: wget {{ iiab_download_url }}/elgg-{{ elgg_version }}.zip -c -P {{ downloads_dir }}
|
||||
creates={{ downloads_dir }}/elgg-{{ elgg_version }}.zip
|
||||
creates={{ downloads_dir }}/elgg-{{ elgg_version }}.zip
|
||||
when: internet_available
|
||||
|
||||
- name: Determine if software is already expanded
|
||||
|
|
Loading…
Reference in a new issue