Stop removing .hushlogin

This commit is contained in:
Anthony Rose 2022-09-19 10:30:22 +01:00
parent 6f7c54d8f7
commit ddb9f465dd

View file

@ -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