From e9fe5072cf6e4c1cc9383b7556985c592c6015fe Mon Sep 17 00:00:00 2001 From: krumel Date: Sat, 26 Feb 2022 23:15:11 +0100 Subject: [PATCH] regex fix --- playbooks/srv-print.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/srv-print.yml b/playbooks/srv-print.yml index 1e5ea98..2317506 100644 --- a/playbooks/srv-print.yml +++ b/playbooks/srv-print.yml @@ -32,7 +32,7 @@ - name: allow access to the webinterface replace: path: /etc/cups/cupsd.conf - regexp: '[.\n]*' + regexp: '[^<]*<\/Location>' replace: | Order allow,deny