From: Dimitri Savineau Date: Mon, 27 Jan 2020 20:29:25 +0000 (-0500) Subject: ceph-facts: remove is_podman fact X-Git-Tag: v6.0.0alpha1~76 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed461544a7c71baa23f4bd422fa05e9094085729;p=ceph-ansible.git 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 --- 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