Skip to content
Snippets Groups Projects
Commit 919f6f15 authored by kippix's avatar kippix
Browse files

fix: remove duplicate task with "Install frontend depencies"

parent 40970b66
No related branches found
No related tags found
1 merge request!18Master
...@@ -156,16 +156,6 @@ ...@@ -156,16 +156,6 @@
- "deb https://dl.yarnpkg.com/debian/ stable main" - "deb https://dl.yarnpkg.com/debian/ stable main"
- "deb https://deb.nodesource.com/node_{{ funkwhale_node_version }}.x {{ ansible_distribution_release }} main" - "deb https://deb.nodesource.com/node_{{ funkwhale_node_version }}.x {{ ansible_distribution_release }} main"
- name: "Install frontend build dependencies"
become: true
when: funkwhale_frontend_managed and funkwhale_install_from_source
package:
name: "{{ item }}"
with_items:
- nodejs
- yarn
- yarn
- name: "Install frontend depencies" - name: "Install frontend depencies"
become: true become: true
when: funkwhale_frontend_managed and funkwhale_install_from_source when: funkwhale_frontend_managed and funkwhale_install_from_source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment