mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
"keep_newer: yes" to preserve WordPress auto-upgrades
This commit is contained in:
parent
278385d34f
commit
c5ad68b6ef
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
msg: "{{ downloads_dir }}/wordpress.tar.gz is REQUIRED in order to install WordPress."
|
||||
when: not wp_link.stat.exists
|
||||
|
||||
- name: "Unpack /opt/iiab/downloads/wordpress.tar.gz to permanent location /library/wordpress - owner: root, group: {{ apache_user }}, mode: 0664"
|
||||
- name: "Unpack /opt/iiab/downloads/wordpress.tar.gz to permanent location /library/wordpress - owner: root, group: {{ apache_user }}, mode: 0664, keep_newer: yes"
|
||||
unarchive:
|
||||
src: "{{ downloads_dir }}/wordpress.tar.gz"
|
||||
dest: "{{ wp_install_path }}"
|
||||
|
|
Loading…
Reference in a new issue