Skip to content

Instantly share code, notes, and snippets.

@jamiehollern
Last active December 22, 2016 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiehollern/530f80dc092d11ebae5fa4046f27e3f1 to your computer and use it in GitHub Desktop.
Save jamiehollern/530f80dc092d11ebae5fa4046f27e3f1 to your computer and use it in GitHub Desktop.
jamiemacbook:test-cms-fork jamie.hollern$ vagrant up
Bringing machine 'test-cms' up with 'virtualbox' provider...
==> test-cms: Cloning VM...
==> test-cms: Matching MAC address for NAT networking...
==> test-cms: Setting the name of the VM: test-cms.local
==> test-cms: Clearing any previously set network interfaces...
==> test-cms: Preparing network interfaces based on configuration...
test-cms: Adapter 1: nat
test-cms: Adapter 2: hostonly
==> test-cms: Forwarding ports...
test-cms: 22 (guest) => 2222 (host) (adapter 1)
==> test-cms: Running 'pre-boot' VM customizations...
==> test-cms: Booting VM...
==> test-cms: Waiting for machine to boot. This may take a few minutes...
test-cms: SSH address: 127.0.0.1:2222
test-cms: SSH username: vagrant
test-cms: SSH auth method: private key
==> test-cms: Machine booted and ready!
==> test-cms: Checking for guest additions in VM...
==> test-cms: [vagrant-hostsupdater] Checking for host entries
==> test-cms: [vagrant-hostsupdater] found entry for: 192.168.88.83 test-cms.local
==> test-cms: [vagrant-hostsupdater] found entry for: 192.168.88.83 adminer.test-cms.local
==> test-cms: [vagrant-hostsupdater] found entry for: 192.168.88.83 xhprof.test-cms.local
==> test-cms: [vagrant-hostsupdater] found entry for: 192.168.88.83 pimpmylog.test-cms.local
==> test-cms: [vagrant-hostsupdater] found entry for: 192.168.88.83 dashboard.test-cms.local
==> test-cms: Setting hostname...
==> test-cms: Configuring and enabling network interfaces...
==> test-cms: Exporting NFS shared folders...
==> test-cms: Preparing to edit /etc/exports. Administrator privileges will be required...
==> test-cms: Mounting NFS shared folders...
==> test-cms: Running provisioner: ansible...
test-cms: Running ansible-playbook...
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/Users/jamie.hollern/Projects/client/journal/test-cms-fork/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.solr/tasks/install.yml': line 27, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Run systemd daemon_reload (RHEL 7 workaround).
^ here
The error appears to have been in '/Users/jamie.hollern/Projects/client/journal/test-cms-fork/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.solr/tasks/install.yml': line 27, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Run systemd daemon_reload (RHEL 7 workaround).
^ here
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment