Skip to content
Snippets Groups Projects
Commit dd9a23b6 authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'clean-ansible-task' into 'master'

fix: remove duplicate task with "Install frontend depencies"

See merge request !20
parents 334f0ab7 153b108b
No related branches found
No related tags found
1 merge request!20fix: remove duplicate task with "Install frontend depencies"
Pipeline #11264 canceled
...@@ -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