CHANGE: drops some packages from base_system role
This commit is contained in:
@@ -3,18 +3,13 @@
|
|||||||
when: (ansible_facts['os_family'] == "Debian")
|
when: (ansible_facts['os_family'] == "Debian")
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
- vim
|
|
||||||
- neovim
|
|
||||||
- gcc
|
- gcc
|
||||||
- tree-sitter-cli
|
|
||||||
- luarocks
|
|
||||||
- ranger
|
- ranger
|
||||||
- zsh
|
- zsh
|
||||||
- rsync
|
- rsync
|
||||||
- git
|
- git
|
||||||
- curl
|
- curl
|
||||||
- kitty
|
- kitty
|
||||||
# - unattended-upgrades It requires some addition configuration, exclude it for now
|
|
||||||
- ssh
|
- ssh
|
||||||
- openssh-server
|
- openssh-server
|
||||||
update-cache: true # Run apt update before installation
|
update-cache: true # Run apt update before installation
|
||||||
@@ -40,6 +35,6 @@
|
|||||||
- name: Update and install packages on Alpine
|
- name: Update and install packages on Alpine
|
||||||
when: (ansible_facts['distribution'] == "Alpine")
|
when: (ansible_facts['distribution'] == "Alpine")
|
||||||
community.general.apk:
|
community.general.apk:
|
||||||
name: neovim vim ranger zsh rsync git curl kitty openssh
|
name: ranger zsh rsync git curl kitty openssh
|
||||||
update_cache: true
|
update_cache: true
|
||||||
remote_user: ansible
|
remote_user: ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user