️: remove unnecessary yarn dependency

This commit is contained in:
VC
2024-10-10 09:47:55 +02:00
parent 90a73079da
commit 2cfd645fb9
2 changed files with 0 additions and 3 deletions

View File

@@ -5,6 +5,5 @@
diff: true diff: true
roles: roles:
- nodejs - nodejs
- yarn
- redis - redis
- mastodon - mastodon

View File

@@ -24,11 +24,9 @@
changed_when: true changed_when: true
- name: Enable corepack - name: Enable corepack
remote_user: mastodon
ansible.builtin.command: ansible.builtin.command:
cmd: | cmd: |
bash -lic "corepack enable" bash -lic "corepack enable"
chdir: "{{ mastodon_home }}/live"
changed_when: true changed_when: true
- name: Install yarn 4 - name: Install yarn 4