--- - name: install yum packages become: true yum: name: - python3 - python3-pip - python3-virtualenv state: latest