diff --git a/tasks/install.yml b/tasks/install.yml index 3671dde..8be9532 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -36,6 +36,7 @@ template: src: "etc/systemd/system/org.cups.cupsd.service.j2" dest: "/etc/systemd/system/org.cups.cupsd.service" + mode: 0640 notify: __cupsd_restart become: True become_user: root