We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hetzner.hcloud.certificate reports no changes after changing the certificate parameter for type=uploaded
hetzner.hcloud.certificate
ansible [core 2.18.0] config file = /Users/betelgeuse/.ansible.cfg configured module search path = ['/Users/betelgeuse/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /Users/betelgeuse/.local/pipx/venvs/ansible/lib/python3.13/site-packages/ansible ansible collection location = /Users/betelgeuse/.ansible/collections:/usr/share/ansible/collections executable location = /Users/betelgeuse/.local/bin/ansible python version = 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 16.0.0 (clang-1600.0.26.4)] (/Users/betelgeuse/.local/pipx/venvs/ansible/bin/python) jinja version = 3.1.4 libyaml = True
# /Users/betelgeuse/.ansible/collections/ansible_collections Collection Version -------------- ------- hetzner.hcloud 4.2.2 # /Users/betelgeuse/.local/pipx/venvs/ansible/lib/python3.13/site-packages/ansible_collections Collection Version -------------- ------- hetzner.hcloud 4.2.1
ANSIBLE_PIPELINING(/Users/betelgeuse/.ansible.cfg) = True CALLBACKS_ENABLED(/Users/betelgeuse/.ansible.cfg) = ['timer', 'profile_tasks', 'profile_roles'] CONFIG_FILE() = /Users/betelgeuse/.ansible.cfg GALAXY_SERVERS:
- name: Add Certificate to HCloud tags: certs hetzner.hcloud.hcloud_certificate: name: certificate type: uploaded state: present certificate: | NEW_CERTIFICATE_VALUE private_key: | NEW_PRIVATE_KEY_VALUE
Certificate gets updated to the new values.
ok: [load-balancer] => { "changed": false,
The text was updated successfully, but these errors were encountered:
Looking at API docs the update needs to be done with the following sequence:
I have not tried this in practice yet.
Sorry, something went wrong.
Verified via UI that this was the workflow.
No branches or pull requests
SUMMARY
hetzner.hcloud.certificate reports no changes after changing the certificate parameter for type=uploaded
ISSUE TYPE
COMPONENT NAME
hetzner.hcloud.certificate
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
STEPS TO REPRODUCE
EXPECTED RESULTS
Certificate gets updated to the new values.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: