Skip to content
New issue

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

hcloud_load_balancer reports change every time #409

Closed
betelgeuse opened this issue Dec 1, 2023 · 2 comments
Closed

hcloud_load_balancer reports change every time #409

betelgeuse opened this issue Dec 1, 2023 · 2 comments

Comments

@betelgeuse
Copy link

SUMMARY

On every run the load balancer module reports changes

changed: [localhost] => {"changed": true
ISSUE TYPE
  • Bug Report
COMPONENT NAME

hcloud_load_balancer

ANSIBLE VERSION
ansible [core 2.16.0]
COLLECTION VERSION
Collection     Version
-------------- -------
hetzner.hcloud 2.3.0  
CONFIGURATION
CONFIG_FILE() = None
STEPS TO REPRODUCE
    - name: Load Balancer
      hetzner.hcloud.hcloud_load_balancer:
        api_token: "{{ api_token.passphrase }}"
        name: load-balancer
        location: "{{ location }}"
        load_balancer_type: lb11
        state: present
      register: load_balancer
EXPECTED RESULTS

Report no changes after the first run

ACTUAL RESULTS
changed: [localhost] => {"changed": true
@jooola
Copy link
Collaborator

jooola commented Dec 11, 2023

Hi @betelgeuse

I cannot reproduce your problem. Could you run your playbook using the verbose mode -vvv and provide me with the logs please?

@betelgeuse
Copy link
Author

Hi @betelgeuse

I cannot reproduce your problem. Could you run your playbook using the verbose mode -vvv and provide me with the logs please?

I couldn't either. I am now getting the issue with hcloud_load_balancer_service so I opened a new issue #415. Either I made a mistake in reading the output originally or something changed in the meanwhile. The longer output has been included in the new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants