fix issue

This commit is contained in:
vincent 2019-04-10 20:27:12 +02:00
parent 53577b449e
commit 2860763ea0

View File

@ -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