AnsibleGuy
AnsibleGuy
Related to: https://github.com/ansible-semaphore/semaphore/pull/1250
Also: this could be used to update Ansible at 'runtime' (if it is installed using PIP) So related to: https://github.com/ansible-semaphore/semaphore/discussions/1109
@AdSchellevis Thank you for the quick response and important information. It might be good if it would be mentioned [in the documentation](https://docs.opnsense.org/development/api) when such API-endpoints are `known-to-be-deprecated`. This would save...
@AdSchellevis Thank you for the response. `Deprecated` may be the wrong word. But I would think such a major change of the response of an API endpoint should be transparent...
The only problem I got with the `GET searchX` endpoint, is that they do only return few attributes of an item. That totally makes sense if they are rendered in...
Thank you - I'll try it out 👍🏼
Sorry for the delay.. Your patch looks promising. If it's that easy to implement this on your side, in my opinion - it would make sense to implement it. This...
Related to: https://github.com/ansible-semaphore/semaphore/pull/1396
Just to mention it: One could also use GitHub's native [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file) to check/fix for such dependency issues. Example for golang: [gist.github.com](https://gist.github.com/magnetikonline/6f215db058e327905bce66c37f92426c)
Seems like Semaphore should log any errors while sending mail-alerts. Example: [services/tasks/alert.go#L67](https://github.com/ansible-semaphore/semaphore/blob/develop/services/tasks/alert.go#L67) Please provide any errors that are logged. If none appear - it might be a configuration error.