--- - name: Ensure core workstation development tools are installed community.general.pacman: name: - git - base-devel - ripgrep - fd - jq - bat - eza - ansible state: present - name: Ensure legacy editor packages are removed community.general.pacman: name: - code - code-oss - code-marketplace state: absent