lucasheld / ansible-uptime-kuma

Ansible collection of modules to configure Uptime Kuma
GNU General Public License v3.0
135 stars 19 forks source link

Update notification options #2

Closed spkenney closed 1 year ago

spkenney commented 1 year ago

This PR makes two specific updates to the notification and notification_info modules. First, it migrates the default notification arg to isDefault, in order to match what the uptime-kuma-api is expecting, while including default as an alias to ensure compatibility with existing playbooks. Second, it adds the ability for playbooks to use the applyExisting arg, which is fully supported by uptime-kuma-api, but not currently included in the Ansible module. Lastly, this PR updates the related documentation/examples.

lucasheld commented 1 year ago

Nice, thank you!