summaryrefslogtreecommitdiffstats
path: root/playbooks/container-runtime/private/build_container_groups.yml
blob: a2361d50c833fd6cb838749c90ad3568dc0ac8ae (plain)
1
2
3
4
5
6
---
- name: create oo_hosts_containerized_managed_true host group
  hosts: oo_all_hosts:!oo_nodes_to_config
  tasks:
  - group_by:
      key: oo_hosts_containerized_managed_{{ (openshift_is_containerized | default(False)) | ternary('true','false') }}