kmpm / ansible-collection-incus

Collection of Ansible plugins for dealing with Incus from Linuxcontainers
GNU General Public License v3.0
14 stars 6 forks source link

ansible_connection=incus connection plugin not found #12

Open fdion opened 6 months ago

fdion commented 6 months ago

I use in my hosts file:

[all:vars]
ansible_connection=lxd

I replaced it with:

[all:vars]
ansible_connection=incus

But when I run my playbook, i get " FAILED! => {"msg": "the connection plugin 'incus' was not found"}"

Everything else so far works fine (after patching the collection until the PR that is open is merged)

fdion commented 6 months ago

Stephane Graber's incus plugin (in community general) provides that support:

ansible_connection=community.general.incus