- name: create journalwatch config dir
file: path=/root/.config/journalwatch state=directory
- name: install journalwatch config files
template:
src: templates/{{item}}
dest: /root/.config/journalwatch/{{item}}
- name: create journalwatch config dir
file: path=/root/.config/journalwatch state=directory
- name: install journalwatch config files
template:
src: templates/{{item}}
dest: /root/.config/journalwatch/{{item}}