1
0
Fork 0
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:
root 2021-07-13 17:56:02 -04:00
parent 77f93e2fa3
commit 13f01d0590
5 changed files with 120 additions and 84 deletions

View file

@ -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!