1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

workaround so WordPress playbook works offline

This commit is contained in:
A Holt 2017-09-25 20:15:02 -04:00 committed by GitHub
parent b42858c629
commit 91145c2f47

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