diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-11 15:38:59 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-11 15:38:59 +0100 |
| commit | 004c7ecbbf8768955e964ef4323566079b22603d (patch) | |
| tree | 22f35cdbb7157d335a231520fc0969a0bd41b45c /roles/neomutt/tasks | |
| parent | eccbdf83415163006dc4761feb1284775d484aeb (diff) | |
Add neomutt email client role w/testing
Diffstat (limited to 'roles/neomutt/tasks')
| -rw-r--r-- | roles/neomutt/tasks/main.yml | 6 |
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" |
