fix wrong filename for systemd override
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-11-08 13:13:21 +01:00
parent 410dc80aeb
commit cfef40f129
2 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
- name: Replace default systemd unit
template:
src: "etc/systemd/system/org.cups.cupsd.service.service.j2"
dest: "/etc/systemd/system/org.cups.cupsd.service.service"
src: "etc/systemd/system/org.cups.cupsd.service.j2"
dest: "/etc/systemd/system/org.cups.cupsd.service"
notify: __cupsd_restart
become: True
become_user: root