- name: Install packages
  ansible.builtin.dnf:
    state: present
    name:
      - crystalfontz
  tags:
    - crystalfontz
