From ed461544a7c71baa23f4bd422fa05e9094085729 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 27 Jan 2020 15:29:25 -0500 Subject: [PATCH] ceph-facts: remove is_podman fact This was used before the CentOS 8 requirement when using CentOS 7 atomic which has both docker and podman installed. Signed-off-by: Dimitri Savineau --- roles/ceph-facts/tasks/facts.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/ceph-facts/tasks/facts.yml b/roles/ceph-facts/tasks/facts.yml index 9c57a6a1f..a12e47e05 100644 --- a/roles/ceph-facts/tasks/facts.yml +++ b/roles/ceph-facts/tasks/facts.yml @@ -11,10 +11,6 @@ - name: import_tasks container_binary.yml import_tasks: container_binary.yml -- name: set_fact is_podman - set_fact: - is_podman: "{{ podman_binary.stat.exists }}" - # In case ansible_python_interpreter is set by the user, # ansible will not discover python and discovered_interpreter_python # will not be set -- 2.39.5