This commit is contained in:
krumel
2022-02-26 23:03:23 +01:00
parent e726a571dd
commit 7706f2843c

View File

@ -32,8 +32,8 @@
- name: allow access to the webinterface - name: allow access to the webinterface
blockinfile: blockinfile:
path: /etc/cups/cupsd.conf path: /etc/cups/cupsd.conf
insertafter: '<Location /admin>' insertafter: '<Location \/admin>'
insertbefore: '</Location>' insertbefore: '<\/Location>'
block: | block: |
Order allow,deny Order allow,deny
Allow all Allow all