diff --git a/roles/edpm_container_manage/tasks/delete_orphan.yml b/roles/edpm_container_manage/tasks/delete_orphan.yml index d1f09b933..b1c0d69df 100644 --- a/roles/edpm_container_manage/tasks/delete_orphan.yml +++ b/roles/edpm_container_manage/tasks/delete_orphan.yml @@ -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: