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