1 2 3 4 5 6 7
--- - name: "Ensure ansible dependencies are installed on live environment" ansible.builtin.apt: state: "present" pkg: - "python3" - "python3-pip"