- name: Installing ansible packages become: true ansible.builtin.dnf5: name: - ansible - ansible-lint - python3-github3py - python3-rpm state: latest