nixar

Results 6 comments of nixar

Hmm ... ``` $ TERM=xterm-256color lnav messages Error opening terminal: xterm-256color. $ TERM=xterm lnav messages (works) ``` Note that xterm-256color is the default value using gnome-terminal on my Fedora 29...

It's wore than that, I just found out that passing a YAML within a string (for piping into `from_yaml` in the role) does not work either, as ansible-container magically unwraps...

Another consequence of this bug is that outputs in modules are fucked when using a count>1. No panic, but all hosts get the same list value in --host mode. Trying...

While investigating this further I found out that the problem appear to be more general. Outputs in module are not handled at all, only top level outputs are, and then...

Additionally, I just checked that global outputs are indeed clobbered, i.e. (paraphrasing again): ``` # main.tf output "moduleoutput" { value = "global" } ``` ``` $ terraform-inventory -list | jq...

Same here. On top of that I have some build environments where it happens and some where it doesn't, and haven't been able to find a pattern.