summaryrefslogtreecommitdiffstats
path: root/roles/ands_openshift/tasks/storage.yml
blob: 04544983a285eb9f6a75812f1ef832daf4e12781 (plain)
1
2
3
4
5
6
---
- include_tasks: storage_resources.yml
  args:
    apply:
      run_once: true
      delegate_to: "{{ groups.masters[0] }}"