Johannes Burk

Results 8 comments of Johannes Burk

I was able to reproduce the error just now on command line by setting the HOME environment variable `HOME=/tmp/semaphore ansible-playbook -i foo, async-delegate-test.yml`. Maybe this is a bug within the...

> To be clear, you are talking about config on the guest, right? Yes. Ok, thanks for the explanation. > You basically have to destroy and re-create the VM. Or...

Possible workaround: Use the jsonref library to load and dereference your schemas before passing them to api.schema_model(). I'm using this primarily because I've my json schemas stored in separate files....

~~I didn't saw the issue happening for a long time now.~~ (Edit: I was confused [with another problem](https://github.com/ansible/ansible/issues/77450). I actually worked around the problem by not using localhost for delegation...

This bug is fixed since Feb 10. See the referenced commit above. And I just verified it on my own instance. After I upgraded to v2.9.75 I'm not able to...

It was indirectly mentioned before but to clarify: **This is about the whole activity header (completion info, description, ...?) and not just about completion info.** Independent of considering the inclusion...

`sbctl export-enrolled-keys --disable-landlock --dir /tmp/foo` works! (without creating the output directory before) Thanks @Foxboron :+1:

This is related to #108 and #165