summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/oc_apply.yaml
Commit message (Collapse)AuthorAgeFilesLines
* failed_when lists are implicitely ANDs, not ORsVadim Rutkovsky2018-01-221-6/+2
| | | | | See https://github.com/ansible/ansible/issues/18311#issuecomment-258048690
* Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky2018-01-171-2/+6
| | | | This might mask some failures and continue instead of a failure
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-3/+3
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Support installing HOSA via ansiblemwringe2017-06-131-1/+1
|
* use pod to generate keystores (#14)Jeff Cantrill2017-01-171-3/+4
|
* properly set changes when oc applyJeff Cantrill2017-01-171-0/+31