summaryrefslogtreecommitdiffstats
path: root/roles/openshift_persistent_volumes/tasks/pv.yml
Commit message (Collapse)AuthorAgeFilesLines
* Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky2018-01-171-1/+1
| | | | This might mask some failures and continue instead of a failure
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Fix hosted varsMichael Gugino2017-12-051-0/+17
Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.