---
- name: Install cockpit
  ansible.builtin.package:
    name: cockpit
    state: present

- name: Install deps for 2FA in Cockpit
  ansible.builtin.package:
    name:
      - google-authenticator
      - qrencode-libs
    state: present
  when: cockpit_2fa