remove unused tasks
This commit is contained in:
parent
7afba2c260
commit
bc689775af
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
|||
---
|
||||
|
||||
#- name: "[INSTALL] - Remove releases directory"
|
||||
# file:
|
||||
# path: "{{ rcube_release_dir_path }}"
|
||||
# state: 'absent'
|
||||
|
||||
#- name: "[INSTALL] - Create releases directory"
|
||||
# file:
|
||||
# path: "{{ rcube_release_dir_path }}"
|
||||
# state: directory
|
||||
|
||||
- name: "[INSTALL] - Download roundcube release"
|
||||
unarchive:
|
||||
src: "https://github.com/roundcube/roundcubemail/releases/download/{{ rcube_version }}/roundcubemail-{{ rcube_version }}-complete.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue