John Wadleigh
John Wadleigh
It would be great to fix this issue. I have always wondered why there are two modules (homebrew/homebrew_cask) that forces the user to separate out into multiple tasks something that...
I ran `ansible-builder` today to verify this issue is happening with release `1.12.0` of the azure collection. Here is the errors I'm seeing ... again, we are building an Execution...
Note that there are no `incompatible` errors when referencing version `1.11.0` from the collection.
The github repo description says to look at your fork if we want to use this theme with more blog pages, but that link doesn't work. Can you tell me...
Just for info, providing what ansible 2.9.x shows as far as the warning message: playbook: ```yaml --- - hosts: all strategy: free gather_facts: false tasks: - debug: msg: "Test" run_once:...
I hit this same error/issue when using `net_put` module to scp binary files to target system. It's failing for the same reason as described above, and the solution is also...
It appears to be with the `warn` argument on the `shell` module. The warn parameter for shell was deprecated in Ansible 2.11 and removed in Ansible 2.14. So removing this...
Has anyone tested whether using an Execution Environment container image for Ansible Platform works well? The idea is to use a built EE for the ansible developers at a customer...
I only see `Ansible` sample and this spins up a DevSpace using the following image: ``` quay.io/devspaces/ansible-creator-ee@sha256:bae361e92ee61c95c33b98218998f10e7c69949ccf0501d16d9751d8debf66f8 ``` I'm accessing Dev Spaces using the Developer Sandbox, so maybe that one...
Ok, I forked the repo `https://github.com/kyetter/ansible-devspace-demo` and then I modified the `image` property in the devfile.yaml to reference my EE minimal that I built and store in Quay: https://github.com/ansiblejunky/ansible-devspaces-demo/blob/f9899e175e71664f81d084d810aad496bbfd6d53/devfile.yaml#L8C56-L8C56 And...