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
If you update rke2_custom_registry_mirrors after a deploy to a single node server, it is never updated.
first_server.yml which has the Copy Containerd Registry Configuration filetask is only called on first deploy as active_server is not defined is true. Afterwards the when condition is false. remaining_nodes.yml which also has the Copy Containerd Registry Configuration file task is never called as it is only a single node deploy.
Summary
If you update
rke2_custom_registry_mirrors
after a deploy to a single node server, it is never updated.first_server.yml
which has theCopy Containerd Registry Configuration file
task is only called on first deploy asactive_server is not defined
is true. Afterwards the when condition is false.remaining_nodes.yml
which also has theCopy Containerd Registry Configuration file
task is never called as it is only a single node deploy.Issue Type
Bug Report
Ansible Version
Steps to Reproduce
Deploy a single node server, update
rke2_custom_registry_mirrors
, redeployExpected Results
Custom registry config is updated
Actual Results
0 tasks have a change
The text was updated successfully, but these errors were encountered: