diff options
Diffstat (limited to 'roles/lists')
-rw-r--r-- | roles/lists/files/etc/systemd/system/wwsympa.service (renamed from roles/lists/files/lib/systemd/system/wwsympa.service) | 0 | ||||
-rw-r--r-- | roles/lists/files/etc/systemd/system/wwsympa.socket (renamed from roles/lists/files/lib/systemd/system/wwsympa.socket) | 0 | ||||
-rw-r--r-- | roles/lists/tasks/sympa.yml | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/roles/lists/files/lib/systemd/system/wwsympa.service b/roles/lists/files/etc/systemd/system/wwsympa.service index 4e3d94b..4e3d94b 100644 --- a/roles/lists/files/lib/systemd/system/wwsympa.service +++ b/roles/lists/files/etc/systemd/system/wwsympa.service diff --git a/roles/lists/files/lib/systemd/system/wwsympa.socket b/roles/lists/files/etc/systemd/system/wwsympa.socket index 10fe721..10fe721 100644 --- a/roles/lists/files/lib/systemd/system/wwsympa.socket +++ b/roles/lists/files/etc/systemd/system/wwsympa.socket diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml index 981de8a..4aaa2c9 100644 --- a/roles/lists/tasks/sympa.yml +++ b/roles/lists/tasks/sympa.yml @@ -75,8 +75,8 @@ - meta: flush_handlers - name: Copy wwsympa.{service,socket} - copy: src=lib/systemd/system/{{ item }} - dest=/lib/systemd/system/{{ item }} + copy: src=etc/systemd/system/{{ item }} + dest=/etc/systemd/system/{{ item }} owner=root group=root mode=0644 notify: |