1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

terminfo others

This commit is contained in:
eoli3n 2017-12-22 17:27:37 +01:00
parent 04771d58e2
commit 694aa5fdab

@ -18,7 +18,7 @@
- name: Install termite terminfo [Common]
shell: creates={{ item.creates }} {{ item.cmd }}
with_items:
- { creates: '/root/termite.terminfo', cmd: 'wget "https://github.com/thestinger/termite/blob/master/termite.terminfo" -O /root/termite.terminfo' }
- { creates: '/root/termite.terminfo', cmd: 'wget "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo" -O /root/termite.terminfo' }
- { creates: '/root/.termite.terminfo', cmd: 'tic -x /root/termite.terminfo' }
- { creates: '/root/.termite.terminfo', cmd: 'touch /root/.termite.terminfo' }
become: True