Open fdion opened 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)
Stephane Graber's incus plugin (in community general) provides that support:
ansible_connection=community.general.incus
I use in my hosts file:
I replaced it with:
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)