You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the install could actually manage RECONFIGURATION of an install. It's much simpler to manage changes in a single config file than try to manage them all over the place in the deployed app stack.
I tried to reconfigure my smart-on-fhir stack with this command:
"ansible-playbook -c local -i 'localhost,' -vvvv smart-on-fhir-servers.yml"
and got this error:
failed: [localhost] => {"cmd": "/usr/bin/git clone --origin origin --recursive --branch v0.0.5 https://github.com/smart-on-fhir/fhir-starter.git /home/fhir/apps/static", "failed": true, "rc": 128}
stderr: fatal: destination path '/home/fhir/apps/static' already exists and is not an empty directory.
msg: fatal: destination path '/home/fhir/apps/static' already exists and is not an empty directory.
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/smart-on-fhir-servers.retry
Thanks for the report @rcampbel3 ! The installer is certainly designed to handle re-configuration as well as first-time configuration, so the error you've encountered sounds like a bug. I wonder if it's due to a recent re-organization of our sample apps (moving them from a single repository into a collection of single-app repositories) -- @nschwertner might recognize this signature.
It would be nice if the install could actually manage RECONFIGURATION of an install. It's much simpler to manage changes in a single config file than try to manage them all over the place in the deployed app stack.
I tried to reconfigure my smart-on-fhir stack with this command:
"ansible-playbook -c local -i 'localhost,' -vvvv smart-on-fhir-servers.yml"
and got this error:
failed: [localhost] => {"cmd": "/usr/bin/git clone --origin origin --recursive --branch v0.0.5 https://github.com/smart-on-fhir/fhir-starter.git /home/fhir/apps/static", "failed": true, "rc": 128}
stderr: fatal: destination path '/home/fhir/apps/static' already exists and is not an empty directory.
msg: fatal: destination path '/home/fhir/apps/static' already exists and is not an empty directory.
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/smart-on-fhir-servers.retry
localhost : ok=51 changed=30 unreachable=0 failed=1
The text was updated successfully, but these errors were encountered: