Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Argument choise absence. #757

@BrotherLavarius

Description

@BrotherLavarius

@click.option('--status', type=click.Choice(['any', 'error', 'success']),

But by looking in awx there is started for job_templates

"notification_templates_started": "/api/v2/job_templates/160/notification_templates_started/",
"notification_templates_success": "/api/v2/job_templates/160/notification_templates_success/",
"notification_templates_error": "/api/v2/job_templates/160/notification_templates_error/",

if you make an ansible module using directly associate_notification_template it will break when transferring 'any'

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