diff --git a/plugins/modules/grafana_notification_channel.py b/plugins/modules/grafana_notification_channel.py index e2c81144..0eb39df6 100644 --- a/plugins/modules/grafana_notification_channel.py +++ b/plugins/modules/grafana_notification_channel.py @@ -244,13 +244,11 @@ pushover_alert_sound: type: str description: - - Alert sound in Pushover. - - L(https://pushover.net/api#sounds) + - L(Alert sound in Pushover,https://pushover.net/api#sounds) pushover_ok_sound: type: str description: - - OK sound in Pushover. - - L(https://pushover.net/api#sounds) + - L(OK sound in Pushover,https://pushover.net/api#sounds) sensu_url: type: str description: diff --git a/plugins/modules/grafana_organization.py b/plugins/modules/grafana_organization.py index 2fbfa1aa..4ed16320 100644 --- a/plugins/modules/grafana_organization.py +++ b/plugins/modules/grafana_organization.py @@ -171,6 +171,7 @@ def setup_module_object(): ) argument_spec.pop('grafana_api_key') + def main(): module = setup_module_object() state = module.params['state']