John Wadleigh

Results 25 comments of John Wadleigh

What is buildSrc? Which jar files are required to resolve these references?

@AlanCoding Fully agree. I changed the title to be more generic.

I just hit a similar problem, where the `ansible-builder introspect` command that ansible-builder runs shows an error in the resulting file but this never produced a non-zero result in the...

I didn't create the theme, but happy to try to answer your question. I have taken this theme and modified it and added many other features since I also love...

It works if you use parenthesis for the filename/path and not brackets. See example below. This is the normal syntax. ``` ![png](/assets/photoname.png) ```

I find the theme easy to customize. I have added and changed many things already. You can see my blog as an example: [Ansible Junky](http://www.ansiblejunky.com)

Let me know if you have questions on any of the items in my blog. One thing I liked about my list versus others I have so far, is that...

Agree on using a proper `tests` folder for CI pipelines. Not sure about a separate repo for examples. Agree with @branic about his opinion on that. If we have a...

Seems a few issues in this repo are referencing examples, either that are outdated, don't work, or whatever. I think the docs you have are great and I didn't need...

Yeah that aligns with our best practices. Having a test playbook inside the role in the `tests/` folder to ensure it works. Might be a pipeline down the line :)