Skip to content

Commit

Permalink
[OSPRH-9710] Telemetry containers running on EDPM nodes are not being…
Browse files Browse the repository at this point in the history
… updated
  • Loading branch information
jlarriba committed Sep 5, 2024
1 parent 0c540a8 commit 82db97f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions roles/edpm_update/tasks/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,14 @@
- edpm_logrotate_crond
- edpm_update
when: '"run-os" in edpm_update_running_services'

- name: Updates containers for edpm_telemetry role
ansible.builtin.include_role:
name: osp.edpm.edpm_telemetry
tasks_from: install.yml
apply:
become: true
tags:
- edpm_telemetry
- edpm_update
when: '"telemetry" in edpm_update_running_services'

0 comments on commit 82db97f

Please sign in to comment.