summaryrefslogtreecommitdiffstats
path: root/roles/gnome-calendar/tasks/main.yml
blob: b5bc304efc346cc7c74bff33152dd67430100ace (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure gnome-calendar is installed"
  become: true
  ansible.builtin.package:
    name: "gnome-calendar"
    state: "present"