Skip to content

Commit

Permalink
Merge pull request #80 from cradle8810/77_console_apt_loop
Browse files Browse the repository at this point in the history
Separate console's apt list
  • Loading branch information
cradle8810 authored Apr 23, 2024
2 parents 2a3a68d + 73b4919 commit bd9a69d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
31 changes: 31 additions & 0 deletions inventories/host_vars/console.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---

apt:
- ansible
- curl
- emacs
- ffmpegthumbnailer
- gimp
- git
- golang
- gpgv2
- gprename
- heif-thumbnailer
- htop
- jq
- libaacs0
- libbluray-bdj
- libbluray2
- libdvd-pkg
- libdvdcss
- libheif1
- openssh-server
- openssl
- p7zip-full
- python3-pip
- samba-common
- vim
- vlc
- wireshark
- xrdp
- zsh
29 changes: 2 additions & 27 deletions tasks/console/apt.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
- name: Install Console modules
ansible.builtin.apt:
pkg:
- curl
- emacs
- ffmpegthumbnailer
- gimp
- git
- golang
- gpgv2
- gprename
- heif-thumbnailer
- htop
- jq
- libaacs0
- libbluray-bdj
- libbluray2
- libdvd-pkg
- libdvdcss
- libheif1
- openssh-server
- openssl
- p7zip-full
- python3-pip
- samba-common
- vim
- vlc
- wireshark
- xrdp
- zsh
"{{ item }}"
loop: "{{ apt }}"

0 comments on commit bd9a69d

Please sign in to comment.