Переглянути джерело

fix terminal config path

pull/1/head
Markus Katharina Brechtel 2 роки тому
джерело
коміт
14915108f6
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      tasks/xfce4-terminal.yaml

+ 2
- 2
tasks/xfce4-terminal.yaml Переглянути файл

@@ -2,11 +2,11 @@

- name: xfce4-terminal config directory
file:
path: .config/xfce4/terminal
path: ~/.config/xfce4/terminal
state: directory

- name: xfce4-terminal config
template:
src: xfce4-terminal/terminalrc.j2
dest: .config/xfce4/terminal/terminalrc
dest: ~/.config/xfce4/terminal/terminalrc
mode: 0755