some of the ansible playbook borks on raspbian
specifically:
- name: Set up locale
apt: pkg=language-pack-en state=present
become: true
# sudo locale-gen en_GB.UTF-8
post_tasks:
- name: Update locate database
shell: updatedb
become: true
then, even with those removed, it borks at:
fatal: [teal-mallet.local]: FAILED! => {"changed": false, "failed": true, "msg": "Wrong architecture 'amd64'"}
apparently this is influxdb not having arm compiled binaries