Create neomutt config dir
This commit is contained in:
parent
1eeec39e9d
commit
40c2800a1a
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
||||||
- neomutt
|
- neomutt
|
||||||
when: ansible_facts['distribution'] == 'Debian'
|
when: ansible_facts['distribution'] == 'Debian'
|
||||||
|
|
||||||
|
- name: Create neomutt config directory
|
||||||
|
file:
|
||||||
|
path: ~/.config/neomutt
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Copy neomuttrc
|
- name: Copy neomuttrc
|
||||||
copy:
|
copy:
|
||||||
src: neomuttrc
|
src: neomuttrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue