summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/docker
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 openshift_node and openshift_node_upgradeMichael Gugino2017-11-161-0/+40
Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.