--- - name: Ensure system up-to-date become: true apt: update_cache: true upgrade: "yes" - name: Install Build Essentials become: true apt: pkg: - make - build-essential - cmake - name: Install terminal & shell become: true apt: pkg: - zsh - tmux - name: Install CLI tooling become: true apt: pkg: - shellcheck - gh - curl - git - name: Install DB-related tooling become: true apt: pkg: - postgresql - postgresql-contrib - name: Install Podman become: true apt: pkg: - podman - name: Install Ripgrep become: true apt: deb: https://github.com/BurntSushi/ripgrep/releases/download/{{ripgrep_version}}/ripgrep_{{ripgrep_version}}-1_amd64.deb