added lua module for nginx

This commit is contained in:
krumel
2022-02-27 01:29:23 +01:00
parent 6606e15444
commit 26fddbc7b5

View File

@ -23,6 +23,7 @@
- cups - cups
- printer-driver-splix - printer-driver-splix
- nginx - nginx
- libnginx-mod-http-lua
state: present state: present
update_cache: yes update_cache: yes
@ -37,7 +38,7 @@
- name: configure cups for remote access - name: configure cups for remote access
shell: cupsctl --remote-admin --remote-any --share-printers shell: cupsctl --remote-admin --remote-any --share-printers
- name: - name: restart cups
service: service:
name: cups name: cups
state: restarted state: restarted