1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Refine remote.it for Ubuntu etc

This commit is contained in:
root 2021-10-29 00:11:56 -04:00
parent 5dc9ca1783
commit f25cd7a069
6 changed files with 61 additions and 48 deletions

View file

@ -33,12 +33,12 @@
debug:
msg: "'\"'" # FAILS: "'""'"
- name: a shows "VARIABLE IS NOT DEFINED!" -- whereas b (w/o whitespace) AND c (with space) AND d (with tab) show null (without quotes!) -- whereas d (singlequotes) and e (doublequotes) show "" empty string
- name: a shows "VARIABLE IS NOT DEFINED!" -- whereas b (w/o whitespace) AND c (with space) AND d (with tab, STRICTLY DISALLOWED IN YAML BY ansible-core 2.11.6) showed null (without quotes!) -- whereas e (singlequotes) and f (doublequotes) show "" empty string
set_fact:
#a:
b:
c: # Space
d: # Tab
#d: # Tab
e: ''
f: ""