summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/upgrade
Commit message (Collapse)AuthorAgeFilesLines
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* Combine master upgrade play with roleMichael Gugino2017-11-094-0/+228
Currently, there are plays importing tasks directly from openshift_master role. This has caused numerous bugs and code duplicaiton in the past. This commit combines the upgrade into openshift_master role utilizing include_role syntax.