mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
2cb7173665
commit
00bcb85924
1 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,8 @@
|
|||
- name: Download the phpMyAdmin software
|
||||
- name: Download phpMyAdmin software
|
||||
get_url:
|
||||
url: "{{ iiab_download_url }}/{{ phpmyadmin_name_zip }}"
|
||||
dest: "{{ downloads_dir }}"
|
||||
timeout: "{{ download_timeout }}"
|
||||
#register: phpmyadmin_dl_output
|
||||
when: internet_available
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue