Skip to content

Commit

Permalink
Fix when clause on yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 30, 2024
1 parent b1295e5 commit 39308a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/sns_dl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
owner: "{{ item.username }}"
group: "{{ item.username }}"
loop: "{{ all.vars.user }}"
when: ansible_distribution == "Ubuntu"
no_log: true
when: ansible_distribution == "Ubuntu"

- name: "Make a yt-dlp-FixupMtime's symbolic link to correct location (Linux)"
ansible.builtin.file:
Expand Down

0 comments on commit 39308a7

Please sign in to comment.