role virt

This commit is contained in:
vincent 2019-04-09 19:42:12 +02:00
parent e522869a3e
commit 53577b449e

View File

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