Skip to content

deb_remote distributions problem #195

Description

@balleman

Starting in version 0.1.0, it appears the deb_remote distribution property is being mishandled resulting in a new space added after every character, causing the remote sync to fail:

TASK [pulp-repos : Debug Remote] *****************************************************************************************************
ok: [pulp] => {
"remote": {
"changed": true,
"diff": {
"after": {
"architectures": "amd64",
"ca_cert": null,
"client_cert": null,
"components": "main restricted universe multiverse",
"connect_timeout": null,
"distributions": "j a m m y j a m m y - u p d a t e s j a m m y - b a c k p o r t s",
...

We're providing distributions as a space-separated string, but changing to a list did not work either.

Our workaround has been to return to v0.0.20.

This is with ansible version:

ansible-playbook [core 2.17.10]
python version = 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] (/usr/bin/python3)
jinja version = 3.1.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions