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