diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-03-03 15:40:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 15:40:42 -0500 |
commit | 15601e4b3bbd4aebc4dfd3e6736854af35820150 (patch) | |
tree | 32f9eff43fc023668f393b890c8faebc61332c41 /roles/lib_openshift/tasks | |
parent | e2bc346fc99de637d03762b4b813b596afffc7dc (diff) | |
parent | 7dbca133a2600b0c49482ca10aaf3f0d8e46f1a0 (diff) | |
download | openshift-15601e4b3bbd4aebc4dfd3e6736854af35820150.tar.gz openshift-15601e4b3bbd4aebc4dfd3e6736854af35820150.tar.bz2 openshift-15601e4b3bbd4aebc4dfd3e6736854af35820150.tar.xz openshift-15601e4b3bbd4aebc4dfd3e6736854af35820150.zip |
Merge pull request #3499 from sdodson/1422348
Don't install python-ruamel-yaml
Diffstat (limited to 'roles/lib_openshift/tasks')
-rw-r--r-- | roles/lib_openshift/tasks/main.yml | 10 |
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 |