| commit | a45454d3fceac259ee6f67e8f1d573ade85fdd49 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Nov 09 10:16:00 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Nov 09 10:16:00 2017 -0500 |
| tree | 2fa899a07407a60e0687ba22113945e2af0ff404 | |
| parent | 8d20c1f90467f4bd5ac19493d6a36b6def210913 [diff] |
updated target link management
diff --git a/tasks/main.yml b/tasks/main.yml index e056741..0ce8563 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -10,6 +10,13 @@ with_items: "{{ target_links }}" when: target_links is defined +- name: Clean up any remaining link targets + file: + path: "{{ item.dest }}" + state: absent + with_items: "{{ target_links }}" + when: target_links is defined + - name: Create the apigee folder, with links file: dest: "{{ item.dest }}"