Skip to content

Commit

Permalink
Issue: On the SHE host ovirt-ha-agent logs are filled with mail notif…
Browse files Browse the repository at this point in the history
…ication errors

Signed-off-by: ShubhaOracle <[email protected]>
  • Loading branch information
shubhaOracle committed Feb 29, 2024
1 parent 1e9cb3d commit c8e2c8c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@
register: host_result_up_check
ignore_errors: true

- name: Enable postfix service
ansible.builtin.service:
name: postfix
enabled: yes

Check failure on line 223 in roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml

View workflow job for this annotation

GitHub Actions / ansible-test docker

yaml[truthy]

Truthy value should be one of \[false, true]
state: started
register: postfix_service_status
ignore_errors: true

- name: Handle deployment failure
block:
- name: Set host_id
Expand Down

0 comments on commit c8e2c8c

Please sign in to comment.