--- - hosts: "all" gather_facts: false tasks: - name: "Install Python" raw: "apt-get -y -q install python" become: true