lucasheld / ansible-uptime-kuma

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

Fix adding status page through maintenance module. The API asks for '… #44

Open t4nki opened 7 months ago

t4nki commented 7 months ago

While trying to add status_page to maintenance I found out that the API waits for the title of the status page instead of its name, so I corrected the needed lines in maintenance.py module Bear with me, as it's my first ever PR