Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

4.4.3

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 21 Apr 03:32
· 642 commits to master since this release

New/changed variables in default.config.yml

  • Added ssh_home: "{{ drupal_core_path }}" so vagrant ssh drops you directly into the core path by default.

Improvements

  • Updated Ansible roles: mysql, solr, nodejs, drupal, varnish.
  • #1177: Mention the availability of the geerlingguy/debian8 base box.
  • #1265: Document reverse-mount shares. Also scaffolds Issue #1258.
  • #1272: Set ssh_home by default since it's really helpful.
  • #1259: Update some performance-related docs.
  • #1317: Remove duplicate handler and extract www tasks into new role.

Bugfixes

  • #1294: Fix 'Cannot load Zend OPcache' notice.
  • #1306: Fix Ansible 2.3-related bug with jinja2 inside when statement.
  • #1302: Remove ansible_ssh_user variable to avoid upstream bugs.
  • #1314: Revert "Move simple include_vars statement to vars_files"