fix: add --path parameter to wp option update command
This commit is contained in:
@@ -444,10 +444,8 @@
|
|||||||
- name: Configure WordPress auto-update settings
|
- name: Configure WordPress auto-update settings
|
||||||
command: >
|
command: >
|
||||||
wp option update auto_update_core_minor enabled
|
wp option update auto_update_core_minor enabled
|
||||||
|
--path="{{ wordpress_path }}"
|
||||||
--allow-root
|
--allow-root
|
||||||
environment:
|
|
||||||
HOME: "{{ wordpress_path }}"
|
|
||||||
ignore_errors: yes
|
|
||||||
tags: update
|
tags: update
|
||||||
|
|
||||||
- name: Set up cron job for WordPress updates
|
- name: Set up cron job for WordPress updates
|
||||||
|
|||||||
Reference in New Issue
Block a user