-
Notifications
You must be signed in to change notification settings - Fork 307
Dashboard provisioning is interactive #128
Comments
After reading more about the issue (https://docs.ansible.com/ansible/latest/modules/synchronize_module.html#notes) it turns out that we cannot use
So we need to rewrite it to use |
Ok, so we need a couple of thinking. We should :
I have some questions :
|
|
I may propose a fix tomorow afternoon. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Using
synchronize
can ask operator for credentials which isn't a good user experience and we shouldn't have interactive shell when connection is already established.Issue was implemented by merging #121 (@mxbossard please take a look)
This issue can be seen for example here: https://travis-ci.org/cloudalchemy/demo-site/builds/476952246#L1466
This can be resolved by either:
copy
instead ofsynchronize
synchronize
is used.The text was updated successfully, but these errors were encountered: