-
Hi, I have the following deployment to setup a virtual machine using
So, this does obviously not work because the fact is gathered before any operation is executed and the image file is therefore not available. I through this is related to #1104 and added Using Dynamic Execution would require to put everything depending on The only workaround I come up with would be to split the download step and the installation step into separate deploys and executing them individually but that would make the whole process a lot less pleasant. I search through the the issues and looked at other deploys but they mostly use old API calls. #781 contained a promising addition with Would it be possible to implement such a behavior based on the API, running the two deploys in respective states? I'm a bit reluctant to this step because I've the feeling that I'm just missing a small detail to implement it using the current CLI. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@an-ky you could use nested operations here which would be idempotent? Basically the same as dynamic execution but using operations. Sidenote: let's update the dynamic execution doc to do this, the |
Beta Was this translation helpful? Give feedback.
@an-ky you could use nested operations here which would be idempotent? Basically the same as dynamic execution but using operations.
Sidenote: let's update the dynamic execution doc to do this, the
run_shell_command
stuff is no longer needed most of the time (#1241).