Skip to content

Dynamic Inventory group by tag puts all tags into 1 group #29

@cspoonerprice

Description

@cspoonerprice

I'm currently running on the latest version:

$ cat collections/requirements.yml
collections:
    - name: device42.d42
      version: 1.2.1.230915
      source: https://galaxy.ansible.com/

keyed groups aren't being split by comma when using tags. I've also attempted with other separators with similar results

$ cat *.d42.yml
plugin: device42.d42.d42
...
keyed_groups:
    - key: d42_tags
      prefix: ''
      separator: ','

All tags are concatenated together for groups instead of being split. Very similar to #6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions