gardar
gardar
The issue is indeed that the task has "run_once" It downloads the zip according the the facts of the first host, if that host contains a different cpu architecture than...
The pdf from Kinesis contains ` ` etc. So it looks like this is just copied from there and not something that TIPP10 supports. But it's actually a format that...
It seems that Electron is choking on "Basic auth" windows. In reference of what @thenewnano found, here's a link to wavebox implementation to resolve this issue: https://github.com/wavebox/waveboxapp/commit/2c2e7170929a9f352333e22bfe6fdf28289da392
It's worth mentioning that this would bring Microsoft Teams support to Matrix as with bifrost it's possible to use the [MS Teams plugin for libpurple](https://github.com/EionRobb/purple-teams) @spantaleev what's stopping this from...
Ok no worries, I wish it were possible to `cd` from a bash script, printing the instructions was the next best thing I could think of. Want me to update...
Perhaps it would be possible to take a similar approach to the one that Mio does (m.io)? Their approach seems to be to create a new "app" for every direct...
Is it a plain directory or a git repo? IIRC the directory needs to be initialized with git for configs to be picked up from the `.config/` dir.
Yes exactly! A different exit code for warnings and errors where the error exit code has precedence over the warning one. In my case it will be used in Gitlab...
What's the status of this? Will this result in the following variable precedence? (Ordered from least to greatest) 1. `provisioner['inventory']['links']['group_vars']['all']` 2. `provisioner['inventory']['links']['group_vars']['groupname']` 3. `provisioner['inventory']['group_vars']['all']` 4. `provisioner['inventory']['group_vars']['groupname']` 5. `provisioner['inventory']['links']['host_vars']['ansible_host']` 6. `provisioner['inventory']['host_vars']['ansible_host']`...
Please take a look at the FAQ entry [Does Molecule support monorepos?](https://molecule.readthedocs.io/en/latest/faq.html#does-molecule-support-monorepos) It's also often done in a CI job where the roles are discovered through a custom script and...