Conversation
|
1- Thank @breml for pointing me that parameter! You are right, I am reinstalling the collection after each change with ansible-galaxy. I'll check if that fixes my issue and detect the changes 2- I was thinking from #44 that the IP you were using for Ceph was IPv4 |
39df0e5 to
2eb50e1
Compare
|
@breml @gregoryguillou what's going on with this one? |
This PR introduces a default value (empty string) for In addition, the @breml did 90% of the work so I was thinking he would be interested to fix the issue. If needed, I can fix the PR and pass the tests later this week... |
|
@gregoryguillou Feel free to fix the PR. I have not had the time to look at this for the past weeks, I was chasing other priorities, sorry. |
Make the ansible playbook work without the need to install it as collection with Ansible Galaxy. Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
Fixes: lxc#44 Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
2eb50e1 to
8ff6b11
Compare
Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
Fixes #44
@gregoryguillou you might want to have a look at a077db6. Since you have refactored the ansible playbook to roles and added the support to use it as ansible collection, the repository was no longer self-sufficient in the sense, that one could easily alter the code and just run it. After changing an existing role, it was always required to re-install the collection in order to make ansible pick up the changes.