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