Action
$ ansible-playbook -i /etc/ansible/hosts /etc/ansible/example.yml -v
ERROR! Unexpected Exception, this is probably a bug: [Errno 13] Permission denied
Analysis
ansible user does not have the owner permissions on "/dev/shm"
Possible Reason
Solution
$ sudo chown $USER /dev/shm
Running "umount -a" or "umount /dev/shm"
Solution
$ sudo chown $USER /dev/shm