https://github.com/ansible/ansible/issues/39558
@@ -66,6 +66,7 @@
dest: "/etc/docker/certs.d/docker-registry.default.svc:5000/node-client-ca.crt"
state: link
force: yes
+ follow: no
- name: Remove default node-config.yaml to allow bootstrapping config
file:
@@ -85,6 +85,7 @@
dest: "/etc/docker/certs.d/docker-registry.default.svc:5000/{{ item | basename }}"
with_items:
- "{{ openshift.common.config_base }}/node/client-ca.crt"
@@ -23,6 +23,7 @@
- name: Update node-config for static pods
yedit: