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
In Ansible one can use register: git and when: git.changed to update the Conda environment only when the Git repo has changed. This already works ... but we are also using with_items to iterate over the configs of several PyWPS instances. When one PyWPS instance has changes then all Conda environments will be updated.
Could we update only the Conda environment for the PyWPS with changes?
The text was updated successfully, but these errors were encountered:
In Ansible one can use
register: git
andwhen: git.changed
to update the Conda environment only when the Git repo has changed. This already works ... but we are also usingwith_items
to iterate over the configs of several PyWPS instances. When one PyWPS instance has changes then all Conda environments will be updated.Could we update only the Conda environment for the PyWPS with changes?
The text was updated successfully, but these errors were encountered: