fix wrong filename for systemd override
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
410dc80aeb
commit
cfef40f129
@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
- name: Replace default systemd unit
|
- name: Replace default systemd unit
|
||||||
template:
|
template:
|
||||||
src: "etc/systemd/system/org.cups.cupsd.service.service.j2"
|
src: "etc/systemd/system/org.cups.cupsd.service.j2"
|
||||||
dest: "/etc/systemd/system/org.cups.cupsd.service.service"
|
dest: "/etc/systemd/system/org.cups.cupsd.service"
|
||||||
notify: __cupsd_restart
|
notify: __cupsd_restart
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user