--- - name: Install MySQL apt: name: mysql-server state: present - name: Install Git apt: name: git state: present - name: Install Caddy apt: name: caddy state: present - name: Install CoreDNS apt: name: coredns state: present - name: Install NVM shell: | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" nvm install node