diff options
Diffstat (limited to 'roles/ands_kaas/tasks/ocscript.yml')
-rw-r--r-- | roles/ands_kaas/tasks/ocscript.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ands_kaas/tasks/ocscript.yml b/roles/ands_kaas/tasks/ocscript.yml index 6890f43..077e92b 100644 --- a/roles/ands_kaas/tasks/ocscript.yml +++ b/roles/ands_kaas/tasks/ocscript.yml @@ -2,7 +2,7 @@ - include_tasks: ocitem.yml # delegate_to: "{{ groups.masters[0] }}" run_once: true - with_items: "{{ kaas_project_config.oc }}" + with_items: "{{ script }}" loop_control: loop_var: ocitem
\ No newline at end of file |