diff options
Diffstat (limited to 'xci/playbooks/get-opnfv-scenario-requirements.yml')
-rw-r--r-- | xci/playbooks/get-opnfv-scenario-requirements.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/playbooks/get-opnfv-scenario-requirements.yml b/xci/playbooks/get-opnfv-scenario-requirements.yml index 037c6ea9..7f10a465 100644 --- a/xci/playbooks/get-opnfv-scenario-requirements.yml +++ b/xci/playbooks/get-opnfv-scenario-requirements.yml @@ -23,7 +23,7 @@ tasks: - name: Remove existing scenario directories file: - path: "{{ item[1] }} + '/' + {{ item[0].scenario }}" + path: "{{ item[1] }}/{{ item[0].scenario }}" state: absent with_nested: - "{{ scenarios }}" @@ -33,7 +33,7 @@ - name: Create scenario directories file: - path: "{{ role_path_default }} + '/' + item.scenario }}" + path: "{{ role_path_default }}/{{ item.scenario }}" state: directory with_items: "{{ scenarios }}" loop_control: |