X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/caedc0d22f67551487f64128349bea81bfc0e090..b0ca189ff9fcbf4cce0c1eb67123ff9a0f1c2190:/roles/journalwatch/tasks/journalwatch.yml diff --git a/roles/journalwatch/tasks/journalwatch.yml b/roles/journalwatch/tasks/journalwatch.yml index c9a5375..74e8f68 100644 --- a/roles/journalwatch/tasks/journalwatch.yml +++ b/roles/journalwatch/tasks/journalwatch.yml @@ -8,8 +8,8 @@ - name: create journalwatch config dir file: path=/root/.config/journalwatch state=directory - name: install journalwatch config files - template: - src: templates/{{item}} + copy: + src: files/{{item}} dest: /root/.config/journalwatch/{{item}} loop: - config