-
-
Notifications
You must be signed in to change notification settings - Fork 537
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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.
However, when I download the source file from Ansible Galaxy, there is still no updated code, which is why I encounter a problem.
This can also be understood by the time:
- The pull request was merged at
- But last update of collection was at
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 requestedFurther information is requested