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:
|
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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Reference in a new issue