summaryrefslogtreecommitdiffstats
path: root/roles/neomutt/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-11 15:38:59 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-11 15:38:59 +0100
commit004c7ecbbf8768955e964ef4323566079b22603d (patch)
tree22f35cdbb7157d335a231520fc0969a0bd41b45c /roles/neomutt/tasks
parenteccbdf83415163006dc4761feb1284775d484aeb (diff)
Add neomutt email client role w/testing
Diffstat (limited to 'roles/neomutt/tasks')
-rw-r--r--roles/neomutt/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/neomutt/tasks/main.yml b/roles/neomutt/tasks/main.yml
new file mode 100644
index 00000000..78a6dc49
--- /dev/null
+++ b/roles/neomutt/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Ensure neomutt is installed"
+ become: true
+ ansible.builtin.package:
+ name: "neomutt"
+ state: "present"