imfreedom/ansible

Remove some old dependencies and move the mercurial dep to the role
---
- name: uninstall meson from pkg
openbsd_pkg:
name: meson
state: absent
- name: install pip3 from pkg
openbsd_pkg:
name: py3-pip
state: present
- name: install meson from pip
pip:
name:
- meson
state: latest # noqa 403