Stop installing zsh

This commit is contained in:
Anthony Rose 2021-11-14 12:30:41 +00:00
parent cd10d2ad16
commit 5186ad617b
8 changed files with 2 additions and 18 deletions

View file

@ -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:

View file

@ -50,4 +50,3 @@
- sudo - sudo
- tmux - tmux
- vim-enhanced - vim-enhanced
- zsh

View file

@ -46,5 +46,4 @@
- sudo - sudo
- tmux - tmux
- vim - vim
- zsh
- zstd - zstd

View file

@ -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:

View file

@ -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

View file

@ -54,4 +54,3 @@
- sudo - sudo
- tmux - tmux
- vim - vim
- zsh

View file

@ -54,4 +54,3 @@
- sudo - sudo
- tmux - tmux
- vim - vim
- zsh

View file

@ -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: