Copy template neomuttrc
This commit is contained in:
parent
4702ce8700
commit
fd48e944a9
1 changed files with 10 additions and 1 deletions
|
@ -26,5 +26,14 @@
|
|||
dest: ~/.config/neomutt/neomuttrc
|
||||
|
||||
- name: Create account directories
|
||||
file: path=~/.config/neomutt/{{ item.fulladdress }} state=directory
|
||||
file:
|
||||
path: ~/.config/neomutt/accounts
|
||||
state: directory
|
||||
|
||||
- name: Copy account neomuttrc
|
||||
template:
|
||||
src: account.neomuttrc.j2
|
||||
dest: ~/.config/neomutt/accounts/{{ item.fulladdress }}.neomuttrc
|
||||
vars:
|
||||
account: "{{ item }}"
|
||||
with_items: "{{ accounts }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue