mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Speed up roles/0-init by moving 2 things to detected_network.yml
This commit is contained in:
parent
cb51d68a9c
commit
2457f415fc
8 changed files with 79 additions and 67 deletions
|
@ -3,7 +3,7 @@
|
|||
url: "{{ phpmyadmin_dl_url }}" # e.g. https://files.phpmyadmin.net/phpMyAdmin/5.0.4/phpMyAdmin-5.0.4-all-languages.zip
|
||||
dest: "{{ downloads_dir }}" # /opt/iiab/downloads
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: internet_available
|
||||
#when: internet_available
|
||||
|
||||
- name: Does {{ downloads_dir }}/{{ phpmyadmin_name_zip }} exist?
|
||||
stat:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue