Use correct ansible module
This commit is contained in:
parent
d2bfe3e018
commit
b5db9c3daf
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue