Skip to content
Snippets Groups Projects

fix: remove duplicate task with "Install frontend depencies"

Merged kippix requested to merge kippix/ansible:clean-ansible-task into master
1 file
+ 0
10
Compare changes
  • Side-by-side
  • Inline
+ 0
10
@@ -156,16 +156,6 @@
- "deb https://dl.yarnpkg.com/debian/ stable 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"
become: true
when: funkwhale_frontend_managed and funkwhale_install_from_source
Loading