1
0
Fork 0
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:
Arky 2017-10-19 13:33:02 +07:00
parent 2203107f85
commit 3abb27bbed
44 changed files with 121 additions and 135 deletions

View file

@ -1,6 +1,6 @@
- name: Get the phpmyadmin software
get_url: url="{{ iiab_download_url }}/{{ phpMyAdmin }}" dest="{{ downloads_dir}}/phpMyAdmin.zip"
when: internet_available
when: internet_available
- name: Copy it to permanent location /opt
unarchive: src={{ downloads_dir }}/phpMyAdmin.zip dest=/opt/