.
This commit is contained in:
@ -30,13 +30,14 @@
|
|||||||
register: cupsd_mod1
|
register: cupsd_mod1
|
||||||
|
|
||||||
- name: allow access to the webinterface
|
- name: allow access to the webinterface
|
||||||
blockinfile:
|
replace:
|
||||||
path: /etc/cups/cupsd.conf
|
path: /etc/cups/cupsd.conf
|
||||||
insertafter: '<Location \/admin>'
|
regexp: '<Location \/>[.\n]*<\/Location>'
|
||||||
insertbefore: '<\/Location>'
|
replace: |
|
||||||
block: |
|
<Location \/>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow all
|
Allow all
|
||||||
|
<\/Location>
|
||||||
register: cupsd_mod2
|
register: cupsd_mod2
|
||||||
|
|
||||||
- name:
|
- name:
|
||||||
|
|||||||
Reference in New Issue
Block a user