postinstall - install QEMU

(env) > ansible-playbook pb-postinstall.yml -t fp_packages -e fp_install=true
PLAY [Role vbotka.freebsd.postinstall] *****************************************

TASK [Gathering Facts] *********************************************************
ok: [build.example.com]

TASK [vbotka.freebsd_postinstall : Sanity: Unknown run tags] *******************
ok: [build.example.com]

TASK [vbotka.freebsd_postinstall : Packages: Set _fp_pkg_enabled and _fp_pkg_dict for amd64] ***
ok: [build.example.com]

TASK [vbotka.freebsd_postinstall : Packages: Assert all items in _fp_pkg_enabled are available in _fp_pkg_dict] ***
ok: [build.example.com]

TASK [vbotka.freebsd_postinstall : Packages: Assert freebsd_install_method in [packages, ports]] ***
ok: [build.example.com]

TASK [vbotka.freebsd_postinstall : Packages: Install packages] *****************
included: /export/home/vlado.config/.ansible/roles/vbotka.freebsd_postinstall/tasks/packages-install.yml for build.example.com => (item=qemu_user_static)

TASK [vbotka.freebsd_postinstall : Packages-install: Install packages list qemu_user_static] ***
ok: [build.example.com]

PLAY RECAP *********************************************************************
build.example.com          : ok=7    changed=0    unreachable=0    failed=0    skipped=13   rescued=0    ignored=0