Bobby Watson

Results 9 comments of Bobby Watson

I am still encountering this bug as a user, six months after a PR has been submitted with the bug fix.

I'm seeing this issue as well when trying to copy a file that doesn't already exist on the switch. I just pulled the latest copy of pycsco, and I still...

I'm going to try the ugly hack of having an ansible task that ensures the file is absent, then remove the `if not fc.file_already_exists():` command from the module and just...

I'm using nxos-ansible, so I'd need to switch to ntc-ansible. My hack works for now, so I'm going to roll with it. I'll move on to ntc-ansible (and therefore pyntc)...

We were struggling with this for weeks. It's a shame that this is still an issue, and it's also a shame that it seems very difficult to find documentation on...

We'd rather not have secrets splashed across each jenkins job's console output. Any update on this? A `--sanitize` flag would be excellent.

We are also seeing failures when trying to use kaniko with IRSA. Builds work with KIAM and with AWS access keys, but not with IRSA.

I don't know specifically wasn't working in your case, but [this PR](https://github.com/rq/rq/pull/2131) may help.