From 53577b449eabf119d469bb51dd00af3823f61e21 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 9 Apr 2019 19:42:12 +0200 Subject: [PATCH] role virt --- tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 5b84a76..5b86c7a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,3 +22,10 @@ args: chdir: /home/{{username}}/conf2 creates: "/home/{{username}}/.zshrc.d/alias" # not required. a filename, when it already exists, this step will B(not) be run. + +- name: apply termite terminfo + shell: tic termite.terminfo + args: + chdir: /home/{{username}}/conf2/script/script + creates: "/usr/share/terminfo/t/termite" # not required. a filename, when it already exists, this step will B(not) be run. + become: yes \ No newline at end of file