# Ansible Code Troubleshooting
## MacOS
Be sure that you install podman correctly, so you can perform mounting from your home directory.
```
brew install podman
# that is key!!!!
podman machine init --now --cpus=4 --memory=4096 -v $HOME:$HOME
```
Is rootfull needed?
```
podman machine set --rootful
```