don't try to change default shell

This commit is contained in:
Pim Kunis 2023-02-13 11:28:12 +01:00
parent 09f3fb389a
commit 97fda3cd19
2 changed files with 0 additions and 8 deletions

View file

@ -4,11 +4,6 @@
pkg:
- fd-find
- bat
- name: Set default shell to bash
become: true
user:
name: "{{ ansible_user_id }}"
shell: /usr/bin/bash
- name: Install .bashrc
copy:
src: "{{ role_path }}/files/bashrc"

View file

@ -15,9 +15,6 @@
- tree
- wireshark
- units
- name: test
debug:
msg: "{{ lookup('env','HOME') }}"
- name: Install .gitconfig
template:
src: "{{ role_path }}/templates/.gitconfig.j2"