Skip to content

[ws_health_exporter] Fix idempotence test failure#97

Merged
eduardspa merged 1 commit intomainfrom
eds-fix-ws-health-exporter-idempotence
Feb 18, 2026
Merged

[ws_health_exporter] Fix idempotence test failure#97
eduardspa merged 1 commit intomainfrom
eds-fix-ws-health-exporter-idempotence

Conversation

@eduardspa
Copy link
Contributor

@eduardspa eduardspa commented Feb 18, 2026

Remove redundant daemon_reload: true from the "start exporter service" task. This was causing the molecule idempotence test to fail because daemon_reload always reports changed, even when the service is already running.

The daemon_reload is already handled by the restart ws-health-exporter handler (in handlers/main.yml), which is triggered when the binary or systemd unit file changes. On subsequent runs where nothing changes, no handler fires and there's nothing to reload.

This also unblocks the Galaxy publish for 1.10.11.

@eduardspa eduardspa merged commit 102e119 into main Feb 18, 2026
2 of 3 checks passed
@eduardspa eduardspa deleted the eds-fix-ws-health-exporter-idempotence branch February 18, 2026 16:26
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

Successfully merging this pull request may close these issues.

2 participants