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 /configure.yml | |
| parent | eccbdf83415163006dc4761feb1284775d484aeb (diff) | |
Add neomutt email client role w/testing
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index b8fdba40..15328eec 100644 --- a/configure.yml +++ b/configure.yml @@ -19,6 +19,7 @@ - role: "dotfiles" - role: "password_store" - role: "vim" + - role: "neomutt" - name: "Ubuntu configure" gather_facts: true @@ -41,6 +42,7 @@ - role: "dotfiles" - role: "password_store" - role: "vim" + - role: "neomutt" - name: "Raspberry Pi configure" gather_facts: true @@ -60,3 +62,4 @@ - role: "dotfiles" - role: "password_store" - role: "vim" + - role: "neomutt" |
