⚡️: clean yarn cache afterwards
This commit is contained in:
@@ -95,3 +95,10 @@
|
||||
daemon_reload: true
|
||||
state: restarted # restart everytime, this is simpler
|
||||
enabled: true
|
||||
|
||||
- name: Clean yarn cache
|
||||
remote_user: peertube
|
||||
ansible.builtin.command:
|
||||
cmd: |
|
||||
bash -lic "yarn cache clean"
|
||||
changed_when: true
|
||||
|
Reference in New Issue
Block a user