bluikko
bluikko
Well thanks, I was not expecting this turn into a support case. > While we attempt to make the switch from non-native jinja2 to native as easy as possible, there...
Using the `range | join` filters illustrates this "problem" well. Consider the task: ``` - name: Test string changing into a list ansible.builtin.copy: dest: /tmp/test content: '{{ range(1, 8, 2)...
Nautobot has implemented this: https://github.com/nautobot/nautobot-ansible/blob/develop/plugins/lookup/lookup_graphql.py It is GPLv3 licensed, I wonder if this could be implemented here? Or a cleanroom re-implementation/totally independent plugin is needed?
Hmpf, somehow I had missed all the comments - I am pretty sure I did not see the e-mail notifications from GitHub. Will need to investigate that at some point....
Same on `rasdaemon-0.6.7-8.el9.x86_64`. Looking at the source code it seems the device ID decoding happens in [ras-diskerror-handler.c](https://github.com/mchehab/rasdaemon/blob/master/ras-diskerror-handler.c#L98) and is using the standard `major()`, `minor()` macros. `ras-mc-ctl` just displays the exact...
Makes it very difficult to work with clusters where some nodes may be down. Edit: in 2.16.5 even `rescue: meta: clear_host_errors` does nothing, the delegated task still hard fails. Regardless...
I want to state my dislike of the proposed solution in the OP second screenshot **in the strongest of terms**. It reduces the vertical space available to *actual data*, the...
I realize that from the top part only the topmost piece is sticky in addition to the bottom sticky. It does not change the fact that only 9 rows fit...
> and I am still utterly confused on the scenarios vs the best practice I've not had to look at the Docker documents in years, lucky me, but I assume...
>> Swarm does not support IPv6? > I don't know, it was supposed to be a question not a statement I phrased that not well. I meant that a few...