--- - name: Prepare hosts: all gather_facts: false tasks: - name: Update cache ansible.builtin.raw: dnf update -y - name: Install required packages ansible.builtin.raw: dnf install -y python3