Andreas Marschke
Andreas Marschke
@fiftin Thank you for the support and help getting this over the line. When do you plan on having the next release? I'm fine with a Beta so long as...
It's available in the `develop` branch tag on docker but has a bug for which a patch is still to be merged. See: !1816 is this feature available in the...
From my testing, the better way to get the dependencies for the linode API is to install the galaxy collection `linode.cloud` and then installing the requirements from: `{galaxy-collections-path}/ansible_collections/linode/cloud/requirements.txt`
@d11ahirst [Ansible Galaxy](https://galaxy.ansible.com/ui/) is another tool provided by the ansible project allowing you to use collections of integrations such as additional task types eg. interactions with Linode or other Clouds...
The collections directory needs to be under `playbooks` it's a longer standing peculiarity with Semaphore.
@d11ahirst Assuming the patches helped, do we need to keep the ticket open?
Are the whitespace changes necessary? The change itself is A-OK It's just very cluttered.
There's an activity/event system/tracking, have you looked at that for auditing? It's currently still fairly limited, but I think a contribution would be good. 😃
That would require extension of semaphore beyond executing Ansible but also keeping track of the facts being generated by ansible, which would be only an unstructured dataset. Instead, as this...
Can you verify that the ansible.ini and your log configuration for Ansible is consistent in your semaphore env and your shell? AFAIR this is an option you should review in...