Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Default value for static #8

@ovv

Description

@ovv

At the moment the role fail if static is not defined. IMO static should not be required and by False by default.

we could add something like this in the template:

{% if static is not defined %}
    {% set static = False %}
{% endif %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions