Setting macOS with Ansible.
Install homebrew and run /opt/homebrew/bin/brew install git.
make initmakeIf you have an lua newer than 5.1.5, you need to downgrade it.
wget https://www.lua.org/ftp/lua-5.1.5.tar.gz
tar xvf lua-5.1.5.tar.gz
cd lua-5.1.5
make macosx
sudo make install
lua -v