missing old certificate on fresh install
A fresh provider isn't old:
TASK [openvpn : Install DH parameters] ****************************************************************************************************************************************************************************
ok: [mullet.bitmask.net] => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "changed": false, "checksum": "c2f67da621a4574f54d94fb3c79946eac0858643", "dest": "/etc/leap/keys/dh.pem", "gid": 1001, "group": "docker-openvpn", "mode": "0640", "owner": "root", "path": "/etc/leap/keys/dh.pem", "size": 424, "state": "file", "uid": 0}
Sunday 16 October 2022 00:33:17 +0200 (0:00:00.634) 0:03:00.510 ********
[WARNING]: Unable to find '/home/kwadronaut/dev/leap/demo3/credentials/common/old_client_ca.crt' in expected paths (use -vvvvv to see paths)
TASK [openvpn : Install client certificate generating and API endpoint CA bundle] *********************************************************************************************************************************
fatal: [mullet.bitmask.net]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'file'. Error was a <class 'ansible.errors.AnsibleError'>, original message: could not locate file in lookup: /home/kwadronaut/dev/leap/demo3/credentials/common/old_client_ca.crt"}
Introduced in a13d6e7f @micah given the 'old' in there, has this to do with cert migration/cycling? Is this something that's used in the wild?