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: pkg:
- fd-find - fd-find
- bat - bat
- name: Set default shell to bash
become: true
user:
name: "{{ ansible_user_id }}"
shell: /usr/bin/bash
- name: Install .bashrc - name: Install .bashrc
copy: copy:
src: "{{ role_path }}/files/bashrc" src: "{{ role_path }}/files/bashrc"

View file

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