]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-facts: remove is_podman fact
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 27 Jan 2020 20:29:25 +0000 (15:29 -0500)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 3 Feb 2020 15:11:03 +0000 (10:11 -0500)
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 <dsavinea@redhat.com>
roles/ceph-facts/tasks/facts.yml

index 9c57a6a1fe3405d21f1c926d7ab145432844269a..a12e47e057fd133eb5cc931245e79b260a77c5f4 100644 (file)
 - 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