From 2860763ea0625bc026548ca496ab77ff49824544 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 10 Apr 2019 20:27:12 +0200 Subject: [PATCH] fix issue --- tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5b86c7a..7d6359a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -23,9 +23,3 @@ 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