summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_openshift/tasks')
-rw-r--r--roles/lib_openshift/tasks/main.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/lib_openshift/tasks/main.yml b/roles/lib_openshift/tasks/main.yml
index b8af7c7c9..ed97d539c 100644
--- a/roles/lib_openshift/tasks/main.yml
+++ b/roles/lib_openshift/tasks/main.yml
@@ -1,11 +1 @@
---
-- name: lib_openshift detect ostree
- stat:
- path: /run/ostree-booted
- register: ostree_booted
-
-- name: lib_openshift ensure python-ruamel-yaml package is on target
- package:
- name: python2-ruamel-yaml
- state: present
- when: not ostree_booted.stat.exists