--- - name: Install redis backend become: true ansible.builtin.apt: name: 'redis' state: 'present'