Jonas L.
Jonas L.
##### SUMMARY Some action waiting time have been set to an arbitrary number, which could force the users to wait for too long, while we could have raised a timeout....
##### SUMMARY Defining a volume like so: ```yml - name: Create volume hetzner.hcloud.volume: name: "{{ item.name }}" size: 10 location: fsn1 labels: managed-by: seed loop: "{{ volumes }}" ``` And...
##### SUMMARY We cannot unassign a primary IP from a server. We also cannot assign an existing IP to a server. The only implementation is on the server module, the...
##### SUMMARY Ansible is capable of printing diffs for before and after a module has run. https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_checkmode.html#using-diff-mode None of our modules implement this feature, which can be handy. ##### ISSUE...
In addition to the current #14 Steps to V1, I propose a global road-map with all targeted features. This will allow us to know who is working on what, and...
This is a enhancement but I also faced an issue related to this. - I have 2 different music folders, and some albums are present in both and are duplicate....
Any chances that this project can ship pre-build binaries on the release page as asset ? I would target only the most common systems, but already this would simplify the...
Change color scheme to something prettier.
By default, Release Please uses the built-in GITHUB_TOKEN secret. However, all resources created by release-please (release tag or release pull request) will not trigger future GitHub actions workflows, and workflows...
In order to fix #164, I though we could reach feature parity with https://github.com/adubkov/py-zabbix and unify the work effort into a single project. This would have allowed us to fix...