Stop removing .hushlogin
This commit is contained in:
parent
6f7c54d8f7
commit
ddb9f465dd
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: gemrc
|
src: gemrc
|
||||||
dest: "{{ ansible_env.HOME }}/.gemrc"
|
dest: "{{ ansible_env.HOME }}/.gemrc"
|
||||||
- name: Remove $HOME/.hushlogin
|
|
||||||
ansible.builtin.file:
|
|
||||||
path: "{{ ansible_env.HOME }}/.hushlogin"
|
|
||||||
state: absent
|
|
||||||
- name: Create $HOME/.tmux.conf
|
- name: Create $HOME/.tmux.conf
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: tmux.conf
|
src: tmux.conf
|
||||||
|
|
Loading…
Reference in a new issue