mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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."
|
msg: "{{ downloads_dir }}/wordpress.tar.gz is REQUIRED in order to install WordPress."
|
||||||
when: not wp_link.stat.exists
|
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:
|
unarchive:
|
||||||
src: "{{ downloads_dir }}/wordpress.tar.gz"
|
src: "{{ downloads_dir }}/wordpress.tar.gz"
|
||||||
dest: "{{ wp_install_path }}"
|
dest: "{{ wp_install_path }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue