summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/tasks/common/syscontainer_packages.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+3
|
* Implement container_runtime playbooks and changesMichael Gugino2017-12-071-0/+28
This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.