beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

installed_extras_dcr fails with [ErrorException] Use of undefined constant CURLOPT_HTTPGET #440

Closed klonos closed 7 years ago

klonos commented 7 years ago
==> beetbox: fatal: [localhost]: FAILED! => {"changed": true, "cmd": "composer global require alexdesignworks/dcr ~0.3", "delta": "0:00:03.851568", "end": "2017-09-08 04:29:30.895304", "failed": true, "rc": 1, "start": "2017-09-08 04:29:27.043736", "stderr": "Changed current directory to /home/vagrant/.composer\n\n
\n  [ErrorException]
\n  Use of undefined constant CURLOPT_HTTPGET - assumed 'CURLOPT_HTTPGET' (this will throw an Error in a future version of PHP)  \n
\n\nglobal <command-name> [<args>]...", "stderr_lines": ["Changed current directory to /home/vagrant/.composer", "", " ", "  [ErrorException] ", "  Use of undefined constant CURLOPT_HTTPGET - assumed 'CURLOPT_HTTPGET' (this will throw an Error in a future version of PHP)  ", " ", "", "global <command-name> [<args>]..."], "stdout": "", "stdout_lines": []}
thom8 commented 7 years ago

This looks to be an issue in an upstream role -- https://github.com/alexdesignworks/ansible-role-dcr

/cc @alexdesignworks

klonos commented 7 years ago

https://github.com/alexdesignworks/ansible-role-dcr/issues/3

thom8 commented 7 years ago

Issue opened upstream