From 26fddbc7b52d2e011e68ac95f11eced79b05c540 Mon Sep 17 00:00:00 2001 From: krumel Date: Sun, 27 Feb 2022 01:29:23 +0100 Subject: [PATCH] added lua module for nginx --- playbooks/srv-print.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/srv-print.yml b/playbooks/srv-print.yml index fc9422d..d6c810d 100644 --- a/playbooks/srv-print.yml +++ b/playbooks/srv-print.yml @@ -23,6 +23,7 @@ - cups - printer-driver-splix - nginx + - libnginx-mod-http-lua state: present update_cache: yes @@ -37,7 +38,7 @@ - name: configure cups for remote access shell: cupsctl --remote-admin --remote-any --share-printers - - name: + - name: restart cups service: name: cups state: restarted