summaryrefslogtreecommitdiff
path: root/roles/openshift_clock/tasks
AgeCommit message (Collapse)Author
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-11-30retry package operationsLuke Meyer
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).
2017-08-29Remove meta depends from clockMichael Gugino
This role removes openshift_fact meta depends from clock role.
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-05-20Add openshift_clock role to manage system clocksJeremiah Stuever