Bikouo Aubin
Bikouo Aubin
@pandalec @cbreuil-orange @idontevenreallycare This issue occurred when the turbo daemon is not able to booted, therefore the socket is not created and when the client tried to connect it failed...
Hi @kastakhov Thanks for the details, Yes the PR is still valid, could you please run your playbook using this PR code (`cloud.common` https://github.com/ansible-collections/cloud.common/pull/128 ?)?
@valkiriaaquatica thanks for your contribution to this repository. Your PR is incomplete, you will need to add a changelog fragment describing the change, here is an example https://github.com/ansible-collections/amazon.aws/blob/main/changelogs/fragments/20231211-rds_instance_cloudwatch.yml. You will...
@mbwhite I was not able to reproduce, I tried to reproduce using the following playbook ``` - hosts: localhost connection: local gather_facts: false collections: - kubernetes.core tasks: - name: create...
> > I feel like this work should be synced with https://github.com/ansible-collections/amazon.aws/pull/1391/files. > > Yes, I will work with @abikouo on this. Hence made this PR a draft and not...
Hi @nafey1, Could you please remove the `connection: local` from your playbook and give it another try? This is telling to Ansible that the host is a localhost. Also you...
@Hokwang #1369 has introduced a new feature allowing you to add ssm inventory information into host vars, could you please give it a try and see if this matches your...
closed as this is waiting for a feature in the upstream package