Erich Fussi

Results 5 issues of Erich Fussi

## Bug Report #### What did you do? I have an Ansible operator image based on `quay.io/operator-framework/ansible-operator:v1.19.1` which adds the `kubernetes.core:2.3.0` and `operator_sdk.util:0.4.0` collections in **requirements.yaml**. One of the playbook...

kind/bug
language/ansible

I noticed a couple of `update_tmux` had accumulated in my `PROMPT_COMMAND`. I don't know how exactly this happened, but this PR should fix it. Also fix a typo in **README.md**....

When trying to delete the `old_stuff` field from this CR status: ```yaml status: old_stuff: used: no_longer progress: 0% ``` using this task ```yaml - name: Update CR status operator_sdk.util.k8s_status: api_version:...

##### SUMMARY Breaking change in kubernetes.core 5.3.0 (compared to 5.2.0) wrt. `omit` handling, likely caused by https://github.com/ansible-collections/kubernetes.core/pull/888/files#r2012414813. My usage of `omit` (see below) may have worked by accident and the...

When using the `id` option documented [here](https://developer.hashicorp.com/vagrant/docs/synced-folders/basic_usage#options) like this ``` config.vm.synced_folder "C:/projects", "/projects", type: "smb", id: "projects", smb_username: ENV['SMB_USERNAME'], smb_password: ENV['SMB_PASSWORD'], mount_options: ["vers=3.0"] ``` I got this in my VM:...