don't try to change default shell
This commit is contained in:
parent
09f3fb389a
commit
97fda3cd19
2 changed files with 0 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -15,9 +15,6 @@
|
|||
- tree
|
||||
- wireshark
|
||||
- units
|
||||
- name: test
|
||||
debug:
|
||||
msg: "{{ lookup('env','HOME') }}"
|
||||
- name: Install .gitconfig
|
||||
template:
|
||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||
|
|
Reference in a new issue