1
0
Fork 0
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:
root 2022-06-29 18:37:13 -04:00
parent cb51d68a9c
commit 2457f415fc
8 changed files with 79 additions and 67 deletions

View file

@ -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: