Add service to start offlineimap on linux automatically

This commit is contained in:
2025-10-15 02:35:01 +02:00
parent 47571bc1d8
commit 52ec953d0a
5 changed files with 38 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
tags: [dotfiles]
- role: roles/enpass-cli
tags: [packages]
- role: roles/offlineimap
tags: [offlineimap, services, never]
when: ansible_os_family == 'Debian'
tasks:
- name: Dump hostvars
tags: [never, dump]