https://github.com/openshift/openshift-ansible/pull/11826
Verify this bug with openshift-ansible-3.11.142-1.git.0.e15c516.el7.noarch.rpm openshift-ansible/playbooks/redeploy-certificates.yml wont't update service-signer certificates by default. TASK [Remove service signer certificates] ************************************** skipping: [ec2-18-232-160-251.compute-1.amazonaws.com] => (item=service-signer.crt) => {"changed": false, "item": "service-signer.crt", "skip_reason": "Conditional result was False"} skipping: [ec2-18-232-160-251.compute-1.amazonaws.com] => (item=service-signer.key) => {"changed": false, "item": "service-signer.key", "skip_reason": "Conditional result was False"} With openshift_redeploy_openshift_ca=true set in inventory file, the service-signer certificates will be removed and regenerated. TASK [Remove service signer certificates] ************************************** changed: [ec2-18-232-160-251.compute-1.amazonaws.com] => (item=service-signer.crt) => {"changed": true, "item": "service-signer.crt", "path": "/etc/origin/master/service-signer.crt", "state": "absent"} changed: [ec2-18-232-160-251.compute-1.amazonaws.com] => (item=service-signer.key) => {"changed": true, "item": "service-signer.key", "path": "/etc/origin/master/service-signer.key", "state": "absent"}
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2816