The role cant create a borgbase repo, because it can't find the borgbase_api_client.
FAILED! => {"msg": "Could not find imported module support code for ansible.modules.borgbase. Looked for (['ansible.module_utils.borgbase_api_client.client.GraphQLClient', 'ansible.module_utils.borgbase_api_client.client'])"}
If I follow the README in module_utils, and pit the borgbase_api_client from the repo (not the repo itself), after which it works. (Edited because it did not work at first, because I did not properly set my API-Token
I would expect that the dependencies get installed automatically, or are at least documented how to get them up and running.
Am I missing something? Help would be apprecieated, thanks
The role cant create a borgbase repo, because it can't find the borgbase_api_client.
FAILED! => {"msg": "Could not find imported module support code for ansible.modules.borgbase. Looked for (['ansible.module_utils.borgbase_api_client.client.GraphQLClient', 'ansible.module_utils.borgbase_api_client.client'])"}
If I follow the README in module_utils, and pit the borgbase_api_client from the repo (not the repo itself), after which it works. (Edited because it did not work at first, because I did not properly set my API-Token
I would expect that the dependencies get installed automatically, or are at least documented how to get them up and running.
Am I missing something? Help would be apprecieated, thanks
My requirements.yml:
- src: m3nu.ansible_role_borgbackup
And I run the role like this: