1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #312 from holta/master

workaround enables WordPress playbook offline
This commit is contained in:
A Holt 2017-09-25 20:31:18 -04:00 committed by GitHub
commit 3ea42563d1

View file

@ -5,6 +5,7 @@
- name: Copy it to permanent location /library
unarchive: src={{ wp_download_output.dest }} dest=/library
when: internet_available
- name: Rename /library/wordpress* to /library/wordpress
shell: if [ ! -d {{ wp_abs_path }} ]; then mv {{ wp_abs_path }}* {{ wp_abs_path }}; fi