1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
* bulk change use_cache/no_network->internet_available

* bulk change use_cache/no_network->internet_available

* remove unuseful debug statements

* remove download tags

* appendix has_internet_connection

* ubuntu dhcpd needs to connect to br0
This commit is contained in:
georgejhunt 2017-06-29 10:48:41 -07:00 committed by GitHub
parent 4462652deb
commit 30f4dfc1af
39 changed files with 50 additions and 232 deletions

View file

@ -1,8 +1,6 @@
- name: Get the WordPress software
get_url: url="{{ iiab_download_url }}/{{ wordpress_src }}" dest={{ downloads_dir}}/
when: not {{ use_cache }} and not {{ no_network }}
tags:
- download2
when: internet_available
- name: Copy it to permanent location /library
unarchive: src={{ downloads_dir}}/{{ wordpress_src }} dest=/library