oVirt / ovirt-ansible-collection

Ansible collection with official oVirt modules and roles
72 stars 89 forks source link

Issue: On the SHE host ovirt-ha-agent logs are filled with mail notification errors #741

Closed shubhaOracle closed 6 months ago

shubhaOracle commented 6 months ago

Issue: On the SHE host ovirt-ha-agent logs are filled with mail notification errors

Fix: Add an ansible task to enable and start postfix service on SHE hosts

Testing Done: Created local yml file to enable and start postfix service. Verified that tasks start the service.

Signed-off-by: ShubhaOracle Shubha.kulkarni@oracle.com

arachmani commented 6 months ago

Thanks @shubhaOracle! LGTM, can you please add a changelog to make CI happy?

shubhaOracle commented 6 months ago

Thanks. Where/how do I add it?

arachmani commented 6 months ago

Thanks. Where/how do I add it?

You should add it here - https://github.com/oVirt/ovirt-ansible-collection/tree/master/changelogs/fragments You can use this one for example - https://github.com/oVirt/ovirt-ansible-collection/pull/733/files#diff-ab2efebdbd26687bffc25c5bb169960081c1b982c68a6f26dec2a795b2384582

See also: https://github.com/oVirt/ovirt-ansible-collection/blob/master/changelogs/README.md

shubhaOracle commented 6 months ago

Thanks! Added the changelog.