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