Skip to content

Commit

Permalink
Merge pull request #335 from cradle8810/334_aptpackage_fix
Browse files Browse the repository at this point in the history
Consoleを22.04にアップデートした
  • Loading branch information
cradle8810 authored Oct 25, 2024
2 parents e660bb2 + 167a0e5 commit 372ef61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inventories/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all:
34643632303961343731363536616337393938656438353766643263393335376134
ytdlp:
linux:
checksum: "sha256:d196567670d6eca337e28244985e922c452f71f8aacc3024cac62ebb0e977080"
checksum: "sha256:dcca6afb6ac9770d4d3425c35e415f4a8fc69b626c60f12ca899bfc05f6a72fc"
user:
- name: hayato
username: hayato
Expand Down
1 change: 0 additions & 1 deletion inventories/host_vars/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apt:
- gimp
- git
- golang
- gpgv2
- gprename
- heif-thumbnailer
- htop
Expand Down
1 change: 1 addition & 0 deletions tasks/ansible_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
become: true
ansible.builtin.pip:
name: "ansible-lint"
break_system_packages: true
tags:
- ansible
2 changes: 2 additions & 0 deletions tasks/sns_dl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- name: Install yt-dlp-FixupMtime (Linux)
ansible.builtin.pip:
name: "https://github.com/bradenhilton/yt-dlp-FixupMtime/archive/master.zip"
break_system_packages: true
when: ansible_distribution == "Ubuntu"

- name: Install yt-dlp-FixupMtime (macOS)
Expand All @@ -48,6 +49,7 @@
- name: Download instaloader (Linux)
ansible.builtin.pip:
name: instaloader
break_system_packages: true
when: ansible_distribution != 'MacOSX'

- name: Download instaloader (macOS)
Expand Down

0 comments on commit 372ef61

Please sign in to comment.