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:
parent
b42858c629
commit
91145c2f47
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue