summaryrefslogtreecommitdiffstats
path: root/roles/ands_openshift/tasks/users.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_openshift/tasks/users.yml')
-rw-r--r--roles/ands_openshift/tasks/users.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/ands_openshift/tasks/users.yml b/roles/ands_openshift/tasks/users.yml
index a692a24..8c0beab 100644
--- a/roles/ands_openshift/tasks/users.yml
+++ b/roles/ands_openshift/tasks/users.yml
@@ -4,5 +4,7 @@
when: "'masters' in group_names"
- include_tasks: users_resources.yml
- run_once: true
- delegate_to: "{{ groups.masters[0] }}"
+ args:
+ apply:
+ run_once: true
+ delegate_to: "{{ groups.masters[0] }}"