Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created April 6, 2017 19:02
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 s3w47m88/317ad0f27f2a682887e307fc72e8698b to your computer and use it in GitHub Desktop.
Save s3w47m88/317ad0f27f2a682887e307fc72e8698b to your computer and use it in GitHub Desktop.
Error: This does not seem to be a WordPress install.
TASK [deploy : Create file with multisite constants defined as false] **********
changed: [staging.OMITTED.com]
TASK [deploy : WordPress Installed?] *******************************************
System info:
Ansible 2.2.1.0; Darwin
Trellis at "Check Ansible version before Ansible validates task attributes"
---------------------------------------------------
Error: This does not seem to be a WordPress install.
Pass --path=`path/to/wordpress` or run `wp core download`.
fatal: [staging.OMITTED.com]: FAILED! => {"changed": false, "cmd": ["wp", "core", "is-installed", "--require=/srv/www/staging.OMITTED.com/shared/tmp_multisite_constants.php"], "delta": "0:00:00.234273", "end": "2017-04-06 18:54:40.648351", "failed": true, "failed_when_result": true, "rc": 1, "start": "2017-04-06 18:54:40.414078", "stderr": "Error: This does not seem to be a WordPress install.\nPass --path=`path/to/wordpress` or run `wp core download`.", "stdout": "", "stdout_lines": [], "warnings": []}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment