summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/tasks/main.yml
blob: 2980c8a8d939192f42fc8c884940c7411e1e4879 (plain)
1
2
3
4
5
---
- name: lib_openshift ensure python-ruamel-yaml package is on target
  package:
    name: python-ruamel-yaml
    state: present