Add mutt email client
This commit is contained in:
parent
10cafb43b5
commit
8fe119b028
2 changed files with 22 additions and 0 deletions
13
mutt/tasks/main.yml
Normal file
13
mutt/tasks/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- name: install packages
|
||||
package:
|
||||
name: mutt
|
||||
state: installed
|
||||
|
||||
- name: install global configuration
|
||||
template:
|
||||
dest: /etc/Muttrc.local
|
||||
src: Muttrc.local
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
Loading…
Add table
Add a link
Reference in a new issue