Skip to content

Dependencies installed if collector_is_containerized is defined #9

@rogercoll

Description

@rogercoll

The meta information of the opentelemetry_collector role should only install the dependencies if collector_is_containerized equals to false. Currently, if the user defines it, whether to true or false it will try to run the dependencies:

dependencies:
  - role: 'geerlingguy.pip'
    when: collector_is_containerized
    vars:
      pip_install_packages:
        - docker
  - { role: 'geerlingguy.docker', when: collector_is_containerized }

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