Skip to content

[Feat] Update version on Ansible Galaxy #1337

@ItsMyPain

Description

@ItsMyPain

Problem

Hi! I apologize right away for my broken English, I'm still learning it.

I want to use ansible galaxy collection vitabaks.autobase (https://galaxy.ansible.com/ui/repo/published/vitabaks/autobase/?version=2.4.1) but I am facing a problem

TASK [vitabaks.autobase.packages : Install TimescaleDB package]*************************************************************
[ERROR]: The `loop` value must resolve to a 'list', not 'str'.
Origin: /home/doctor/.ansible/collections/ansible_collections/vitabaks/autobase/roles/packages/tasks/extensions.yml:12:9
10     name: "{{ item }}"
11     state: present
12     loop: "{{ timescaledb_package }}" 
             ^ column 9
Provide a list of items/templates, or a template resolving to a list.
fatal: [db01]: FAILED! => {"msg": "The `loop` value must resolve to a 'list', not 'str'."}
fatal: [db02]: FAILED! => {"msg": "The `loop` value must resolve to a 'list', not 'str'."}

After searching a bit on the Internet, I found that this problem has already been solved here
#1299
This issue was related to the Ansible 12 update.
This bug has already been closed and the changes are merged in the repository.
#1279
I even found where the line that caused me the problem was deleted.

Image However, when I download the source file from Ansible Galaxy, there is still no updated code, which is why I encounter a problem. Image

This can also be understood by the time:

  1. The pull request was merged at
Image
  1. But last update of collection was at
Image

Description

Can you please release a new version of the ansible Galaxy collection that fixes this issue?

Importance

must have

Proposed implementation

No response

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions