Felix Fontein
Felix Fontein
Hmm, I see you mentioned `state: selected` in the issue description. So your report has **nothing to do** with the issue in https://github.com/ansible/ansible/issues/66598 except a similar description, since the module...
I'm sorry that you perceive our comments as rude. We try to triage issues to figure out what are actually bugs, what are wishes/feature requests, and what are user support...
You need to install the `cryptography` dependency for the Python where the module is executed. If you execute the module on a target node, you have to make sure it's...
If you ask Ansible to run the task on a remote target, then it won't be run inside the EE, but on the remote target. If you want to run...
Well, if you want to operate on files on the remote, you either first have to fetch them to the controller, or you have to run the module on the...
I don't see what the difference between CLI Ansible and AWX/Tower is. In both cases, installing on the controller is easier than installing on all remotes, and you can determine...
> Overriding `ansible_python_interpreter` to use the Python binary from the venv resolves the issue, so it's possible this is an "Ansible on CentOS (and friends)" issue Yes, that's exactly it....
You probably already have cryptography installed on system level on Debian and Ubuntu, and thus don't notice that it does not use the cryptography you explicitly installed but the system...
What happens is that the module things the image does not exists, and tries to pull it. Outside of check mode, it notices that after pulling the image equals the...
BTW, please note that if you specify both tag + digest, that Docker pretty much ignores the tag. If you for example run `docker pull nginx:foobar@sha256:d02f9b9db4d759ef27dc26b426b842ff2fb881c5c6079612d27ec36e36b132dd` it will pull exactly...