John Losito
John Losito
@miketimofeev the macOS 10 runners had vagrant installed on them while the macOS 12 runners do not. I'm able to install vagrant via brew on the v12 runners without issue,...
@ktbolt with Jenkins you would still need to define an agent. Why not just build an agent and still use gha?
I believe this could be packaged as a collection. Is that true? This would allow me to import this library as a collection within a role I have.
Is there any update on when this feature will be released?
@pirotrav I just looked over the code and it looks awesome. Once I get a chance, I'm definitely going test it and run a terraform import for the certs which...
Can someone please clarify which project we should be submitting PRs to If we want to contribute to the go rest client? I would like to get some functionality added...
@digitalghost-dev was this closed as a will not fix? I'm curious what was the reasoning behind the decision.
I've also experienced this via the AWS console when trying to integrate a WAF to an ALB. Especially for WAFs that were just created. After I've given the WAF some...
I have a use case where I'm tagging EC2 instances with a tag in order to determine whether I want to enable alerting on this instance. I want to be...
In an automated job, I think it looks cleaner to just issue a `pkenv use`. ``` version=$(cat .packer-version)] pkenv install ${version} pkenv use ${version} packer build . ``` vs ```...