Eric Bunton
Eric Bunton
I'm trying to run the playbook, I've modified the hosts.ini file and group-vars to match my environment. And am getting the following error. ``` ERROR! no action detected in task....
## Use Case Users may use ssh key agents with the auth key in it. Or they have their ssh key on an external security card; like Yubikey, and that...
Unless I'm missing something there doesn't seem to be a hook or event to track upload progress server side. [tusd](https://github.com/tus/tusd/blob/main/docs/hooks.md#list-of-available-hooks) has a hook called `post-receive` which allows you to log...
If you already have the package openldap already defined else where with `ensure_packages(['openldap-devel', 'openldap', 'openssl'], {'ensure' => 'present'})` you get an error. ``` Failed on TARGET: Apply failed to compile...