mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
http://box/print finally works despite CUPS bug, via sneaky redirect
This commit is contained in:
parent
77f93e2fa3
commit
13f01d0590
5 changed files with 120 additions and 84 deletions
11
test.yml
11
test.yml
|
|
@ -20,11 +20,16 @@
|
|||
# name: 0-init
|
||||
|
||||
- debug:
|
||||
msg: YO!
|
||||
msg: "{{ 'changeme' | password_hash('sha512') }}"
|
||||
|
||||
#- pause:
|
||||
|
||||
- debug:
|
||||
msg: "{{ 'changeme' | password_hash('sha512') }}"
|
||||
- name: DOUBLE UP to escape single quotes... '"''"' e.g. iiab.ini Munin description
|
||||
debug:
|
||||
msg: '"''"' # FAILS: '"\'"'
|
||||
|
||||
- name: BACKSLASH to escape double quotes... "'\"'" e.g. cups/tasks/install.yml
|
||||
debug:
|
||||
msg: "'\"'" # FAILS: "'""'"
|
||||
|
||||
# TEST ANSIBLE COMMANDS/MODULES HERE!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue