Skip to content

Instantly share code, notes, and snippets.

@jonnyeom
Created September 12, 2017 17:56
Show Gist options
  • Save jonnyeom/d2871eb18e34105f3a6acce49a284111 to your computer and use it in GitHub Desktop.
Save jonnyeom/d2871eb18e34105f3a6acce49a284111 to your computer and use it in GitHub Desktop.
Vagrant provision output
TASK [geerlingguy.apache : Enable Apache mods.] ********************************
ok: [project] => (item=expires.load)
ok: [project] => (item=ssl.load)
ok: [project] => (item=rewrite.load)
ok: [project] => (item=proxy.load)
failed: [project] (item=proxy_fcgi.load) => {"failed": true, "item": "proxy_fcgi.load", "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /etc/apache2/mods-available/proxy_fcgi.load", "path": "/etc/apache2/mods-enabled/proxy_fcgi.load", "src": "/etc/apache2/mods-available/proxy_fcgi.load", "state": "absent"}
to retry, use: --limit @/vagrant/vendor/geerlingguy/drupal-vm/provisioning/playbook.retry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment