summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/tasks
Commit message (Collapse)AuthorAgeFilesLines
* BZ1422348 - Don't install python-ruamel-yamlScott Dodson2017-03-031-10/+0
| | | | Just rely on PyYAML as a fallback and hope that's there
* Adding router and registry to lib_openshift.Kenny Woodson2017-02-201-1/+1
|
* Don't attempt to install python-ruamel-yaml on atomicScott Dodson2017-02-161-0/+6
|
* use the correct name for the ruamel-yaml python moduleJan Chaloupka2017-02-101-8/+1
|
* Fixing docs.Kenny Woodson2017-02-091-1/+8
|
* Ensure python2-ruamel-yaml is installedScott Dodson2017-02-031-0/+5
need to revisit this, currently python2-ruamel-yaml doesn't provide 'python-ruamel-yaml'. It probably should and that should be what we're installing.