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:
parent
5dc9ca1783
commit
f25cd7a069
6 changed files with 61 additions and 48 deletions
4
test.yml
4
test.yml
|
|
@ -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: ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue