メモ:localhostに対してAnsibleを実行するにはconnection: local

こういう感じらしい。

$ sudo apt install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt update
$ sudo apt install ansible
$ ansible-playbook lxd-playbook.yml

参考:

Delegation, Rolling Updates, and Local Actions — Ansible Documentation