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
plugin/discovery: use refreshonly on the untar exec
Previously, if you change the image_name (such as for updating the
Foreman Discovery Image version), the new tar file would be downloaded
but not untarred because the content of the previous tar file would be
there and pass the `creates` check.
If we use `refreshonly` instead of `creates`, the untar exec will be
executed when the tar file is updated, as expected.
See also: theforeman#774 (comment)
0 commit comments