Tomáš Pospíšek
Tomáš Pospíšek
fusecompress 0.9x had the "-l" switch to choose the compression level. Fusecompress 2.x doesn't have that option available any more. Is there a rationale for dropping that feature? Was it...
Hi, currently ansible-jsonpatch is living on my system in my ansible repo as a submodule. Submodule handling in git sucks in various ways. I could manage it outside of my...
## Describe the bug The installation instructions on https://icinga.com/docs/icinga-2/snapshot/doc/02-installation/04-Fedora/ do not work for Fedora >= 34. ``` # dnf install https://packages.icinga.com/fedora/icinga-rpm-release-$(. /etc/os-release; echo "$VERSION_ID")-latest.noarch.rpm` root@officepc ~ # dnf install https://packages.icinga.com/fedora/icinga-rpm-release-$(....
Hi, ``` # apt-get update Err:1 http://download.opensuse.org/repositories/home:/kernc:/xsuspender/Debian_Testing InRelease The following signatures were invalid: EXPKEYSIG 9DCD4975404FB075 home:kernc OBS Project ``` The problem seems to be that [your key](http://download.opensuse.org/repositories/home:/kernc:/xsuspender/Debian_Testing/Release.key) is no more...
* take suggestion from https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504054067 and improve on it * consistently add an empty line after each chapter start
see: * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504057044 * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504061595 * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504063022 * https://github.com/cybertec-postgresql/vip-manager/pull/58#discussion_r504063398 for discussion/reasoning
This is the same implementation as former commit 5dda7a85255481de2cecb0f965e2757e5d690635 but rebased on the current upstream master branch.
##### SUMMARY When looking at the [kubectl plugin](https://docs.ansible.com/ansible/latest/collections/community/kubernetes/kubectl_connection.html) documentation I have *no* idea how to use the plugin. Having and example helps *a lot*. Please include an example such as...
roles that use delegation will fail with ansible-bender out of the box probably due to ansible-bender not using the default inventory. This is something the user should be aware of....
This doesn't work: > ``` > $ helm repo add wave-k8s https://wave-k8s.github.io/wave/ > $ helm install wave-k8s/wave > ``` ``` $ helm repo add wave-k8s https://wave-k8s.github.io/wave/ "wave-k8s" has been added...