--- - name: "Ensure bash is installed" become: true ansible.builtin.package: name: "bash" state: "present"