You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install debops-contrib.btrfs through ansible-galaxy with:
ansible-galaxy install debops-contrib.btrfs
When trying to use the role I get the following error:
ERROR! couldn't resolve module/action 'btrfs_subvolume'. This often indicates a misspelling, missing collection, or incorrect module path.
Problem seems to be that ansible-galaxy does not handle the ansible-btrfs-subvolume submodule. I solved it by recursively cloning this repo and copying submodules to ~/.ansible/roles/debops-contrib.btrfs
The text was updated successfully, but these errors were encountered:
I tried to install debops-contrib.btrfs through ansible-galaxy with:
When trying to use the role I get the following error:
Problem seems to be that ansible-galaxy does not handle the ansible-btrfs-subvolume submodule. I solved it by recursively cloning this repo and copying submodules to ~/.ansible/roles/debops-contrib.btrfs
The text was updated successfully, but these errors were encountered: