Skip to content
Snippets Groups Projects
Commit 35169ca0 authored by Rebar's avatar Rebar
Browse files

Cleaner

parent 92a09dee
No related branches found
No related tags found
1 merge request!21Resolve "Harden wordpress default file and directory permissions"
Pipeline #5530 passed with stage
in 48 seconds
......@@ -160,10 +160,6 @@
shell: wp {{ cli_args }} option set {{ WP_ALT_CONFIG }} {{ WP_ALT_PATH }}
when: WP_ALT_ENABLED
# Enables or disables WordPress' debug mode
- name: Set debug mode
shell: wp {{ cli_args }} config set WP_DEBUG {{ WP_DEBUG }} --raw --type=constant
- import_tasks: mu-plugins-cron.yml
when: WP_MU_PLUGINS_ENABLED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment