Add .mailcap to auto view HTML mail in lynx

This commit is contained in:
Anthony Rose 2020-06-23 11:46:02 +01:00
parent e8c012b9a4
commit 42ae57f186
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
text/html; lynx -dump -stdin; copiousoutput

View file

@ -23,3 +23,7 @@
copy: copy:
src: dput.cf src: dput.cf
dest: "{{ ansible_env.HOME }}/.dput.cf" dest: "{{ ansible_env.HOME }}/.dput.cf"
- name: Copy .mailcap
copy:
src: mailcap
dest: "{{ ansible_env.HOME }}/.mailcap"