Skip to content

Notifications

notify

Send a desktop notification.

- notify:
    title: "robost"
    message: "Scenario completed successfully"
    icon: info            # info | warning | error (default: info)

notify_sound

Play a system sound.

- notify_sound:
    sound: complete       # complete | error | ping (default: complete)