role virt
This commit is contained in:
parent
e522869a3e
commit
53577b449e
@ -22,3 +22,10 @@
|
|||||||
args:
|
args:
|
||||||
chdir: /home/{{username}}/conf2
|
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.
|
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
|
Loading…
Reference in New Issue
Block a user