gardar
gardar
Obsoleted by #425 Please use `--skip-tags install` or `--skip-tags _install` to skip install
@modship can you please rebase so that we can get this merged?
This is a tricky one, the output is hidden as it might contain sensitive data, and ansible does not write the file anywhere if it fails the validation. What you...
Pull requests welcome!
> ``` > Failed to find required executable \"rsync\" in paths > ``` Yep, the debian 12 container doesn't come with python so I configured molecule to prepare the image...
> > ``` > > Failed to find required executable \"rsync\" in paths > > ``` > > Yep, the debian 12 container doesn't come with python so I configured...
Do you have the hostname "localhost" in your ansible inventory? Ansible should default to a local connection and not ssh for localhost. Passing `--connection=local` to ansible-playbook is not ideal as...
This issue might also be happening due to the fact that elevated privileges could have been applied to the tasks inadvertently previously. Can any one of you try the latest...
> This basically bypasses the real functionality of `ansible.builtin.package`. Rather than have a hacky workaround, we should probably switch to `ansible.builtin.yum` directly. This would allow tweaking the offline behavior with...
https://github.com/prometheus-community/ansible/issues/225#issuecomment-2419535914