Skip to content
Snippets Groups Projects
Commit 7a0f3191 authored by Frank Duncan's avatar Frank Duncan
Browse files

Enable Visual Editor

parent 852d46e1
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,11 @@
path: "{{ mediawiki_install_directory }}/mediawiki-{{ mediawiki_version }}/LocalSettings.php"
line: $wgBlockDisablesLogin = true;
- name: Enable Configs
lineinfile:
path: "{{ mediawiki_install_directory }}/mediawiki-{{ mediawiki_version }}/LocalSettings.php"
line: wfLoadExtension('VisualEditor');
- name: Disable MediaWiki Cache
# When the cache is enabled, on AWS, with the default setting,
# the following createAndPromote.php command fails due to cache timeout.
......
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