|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
dest: "{{ riot_root_dir }}/tmp/" |
|
|
|
|
checksum: "sha1:{{ riot_archive_sha1 }}" |
|
|
|
|
when: riot_install_mode != 'none' |
|
|
|
|
tags: riot |
|
|
|
|
tags: matrix |
|
|
|
|
|
|
|
|
|
- name: Extract riot archive |
|
|
|
|
unarchive: |
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
dest: "{{ riot_root_dir }}/tmp/" |
|
|
|
|
remote_src: True |
|
|
|
|
when: riot_install_mode != 'none' |
|
|
|
|
tags: riot |
|
|
|
|
tags: matrix |
|
|
|
|
|
|
|
|
|
- name: Move the content of riot to the correct top directory |
|
|
|
|
synchronize: |
|
|
|
@ -24,5 +24,5 @@ |
|
|
|
|
delete: True |
|
|
|
|
delegate_to: "{{ inventory_hostname }}" |
|
|
|
|
when: riot_install_mode != 'none' |
|
|
|
|
tags: riot |
|
|
|
|
tags: matrix |
|
|
|
|
|
|
|
|
|