-
Epic
-
Resolution: Unresolved
-
Major
-
None
-
None
-
Use copy instead of template for writing registries.conf in disconnected deployments
-
2
-
False
-
-
False
-
?
-
No Docs Impact
-
?
-
?
-
0% To Do, 0% In Progress, 100% Done
-
-
-
2
-
2024Q4
-
Important
Writing the registries.conf file fails in disconnected deployments since the Ansible task is trying to use the `template` module and the raw string input as the `src`. We should be using `ansible.builtin.copy` instead with the `content` parameter in this case.
- clones
-
OSPRH-11474 When using disconnected registries, the Ansible task fails to write registries.conf
- Dev Complete
- links to