Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#385 from fultonj/no_log_ce…
Browse files Browse the repository at this point in the history
…ph_filter

Do not log exclude Ceph containers from podman container list
  • Loading branch information
openshift-merge-robot authored Oct 2, 2023
2 parents 83b4e69 + 7275d15 commit 4c940f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/edpm_container_manage/tasks/delete_orphan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
when:
- not (item['Name'] | regex_search('^ceph.*'))
loop: "{{ podman_containers.containers }}"
no_log: true

- name: "Delete orphan containers managed by Podman for {{ edpm_container_manage_config }}"
when:
Expand Down

0 comments on commit 4c940f0

Please sign in to comment.