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:
|
||||
src: 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
|
||||
ansible.builtin.copy:
|
||||
src: tmux.conf
|
||||
|
|
Loading…
Reference in a new issue