Don't attempt to install python-ruamel-yaml on atomic
@@ -1,5 +1,11 @@
---
+- 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: python-ruamel-yaml
state: present
+ when: not ostree_booted.stat.exists
+- name: lib_utils detect ostree
- name: lib_utils ensure python-ruamel-yaml package is on target