Use correct ansible module

This commit is contained in:
sonny 2024-12-09 19:37:10 +01:00
parent d2bfe3e018
commit b5db9c3daf

View file

@ -23,6 +23,6 @@
# #
- name: copy wezterm terminfo file - name: copy wezterm terminfo file
file: copy:
src: 'files/wezterm.terminfo' src: 'files/wezterm.terminfo'
dest: '{{ ansible_env.HOME }}/.terminfo' dest: '{{ ansible_env.HOME }}/.terminfo'