Stop installing zsh
This commit is contained in:
parent
cd10d2ad16
commit
5186ad617b
8 changed files with 2 additions and 18 deletions
|
@ -39,13 +39,7 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
- zsh
|
|
||||||
- zstd
|
- zstd
|
||||||
- name: Load /etc/profile in zsh
|
|
||||||
become: true
|
|
||||||
ansible.builtin.lineinfile:
|
|
||||||
path: /etc/zsh/zprofile
|
|
||||||
line: emulate sh -c 'source /etc/profile'
|
|
||||||
- name: Enable automatic update check
|
- name: Enable automatic update check
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
|
@ -50,4 +50,3 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim-enhanced
|
- vim-enhanced
|
||||||
- zsh
|
|
||||||
|
|
|
@ -46,5 +46,4 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
- zsh
|
|
||||||
- zstd
|
- zstd
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
state: present
|
state: present
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
|
- bash
|
||||||
- fusefs-ntfs
|
- fusefs-ntfs
|
||||||
- gnu-watch
|
- gnu-watch
|
||||||
- gnupg
|
- gnupg
|
||||||
|
@ -35,7 +36,6 @@
|
||||||
- rubygem-asciidoctor
|
- rubygem-asciidoctor
|
||||||
- sqlite3
|
- sqlite3
|
||||||
- tmux
|
- tmux
|
||||||
- zsh
|
|
||||||
- name: Install asciidoctor-pdf Ruby gem
|
- name: Install asciidoctor-pdf Ruby gem
|
||||||
become: true
|
become: true
|
||||||
community.general.gem:
|
community.general.gem:
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
state: present
|
state: present
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
|
- bash
|
||||||
- git
|
- git
|
||||||
- gnupg2
|
- gnupg2
|
||||||
- heirloom-doctools
|
- heirloom-doctools
|
||||||
|
@ -47,4 +48,3 @@
|
||||||
- ruby
|
- ruby
|
||||||
- sqlite3
|
- sqlite3
|
||||||
- sudo
|
- sudo
|
||||||
- zsh
|
|
||||||
|
|
|
@ -54,4 +54,3 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
- zsh
|
|
||||||
|
|
|
@ -54,4 +54,3 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
- zsh
|
|
||||||
|
|
|
@ -41,13 +41,7 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
- zsh
|
|
||||||
- zstd
|
- zstd
|
||||||
- name: Load /etc/profile in zsh
|
|
||||||
become: true
|
|
||||||
ansible.builtin.lineinfile:
|
|
||||||
path: /etc/zsh/zprofile
|
|
||||||
line: emulate sh -c 'source /etc/profile'
|
|
||||||
- name: Enable automatic update check
|
- name: Enable automatic update check
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue