Skip to content

Commit

Permalink
Fixed installing the latest instaloader
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 26, 2024
1 parent ee81e41 commit 9b194c9
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions tasks/sns_dl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,8 @@
remote_src: true
mode: "0755"

# https://github.com/instaloader/instaloader
- name: Download instaloader (Linux)
- name: Install instaloader
ansible.builtin.pip:
name: instaloader
name: "git+https://github.com/instaloader/instaloader"
break_system_packages: true
when: ansible_distribution != 'MacOSX'

- name: Download instaloader (macOS)
ansible.builtin.pip:
name: instaloader
extra_args: "--break-system-packages"
when: ansible_distribution == 'MacOSX'
extra_args: "--upgrade"

0 comments on commit 9b194c9

Please sign in to comment.