ansible: fix mintty role syntax for consistency
This commit is contained in:
parent
5ec6a4df9d
commit
640910dc03
1 changed files with 7 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
||||||
path: ~/.config/mintty
|
path: ~/.config/mintty
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy mintty config
|
- name: Deploy mintty config
|
||||||
file:
|
file:
|
||||||
src: "{{ role_path }}/files/config"
|
src: "{{ role_path }}/files/config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue