Skip to content
Snippets Groups Projects

Resolve "Make `enableServicesLink` flag configurable"

Merged Maarten de Waard requested to merge 30-make-enableserviceslink-flag-configurable into master
10 files
+ 40
29
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -2,10 +2,10 @@
- name: Add wp content symlink
file:
src: "{{ WP_CONTENT_DIR }}"
src: "{{ WP_CONTENT_MOUNT }}"
path: "{{ wordpress_homedir }}/wp-content"
state: link
when: WP_CONTENT_DIR != wordpress_homedir + "/wp-content"
when: WP_CONTENT_MOUNT != wordpress_homedir + "/wp-content"
- import_tasks: wp-content-repo.yml
when: WP_CONTENT_REPO_ENABLED
Loading