[postfix] Use the correct variable in lmdb

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-03-11 14:56:43 +01:00
commit e3efee90c1

View file

@ -2,7 +2,7 @@
- name: Read the config file
ansible.builtin.slurp:
src: /etc/postfix/main.cf
register: maincf_content
register: maincf
- name: Find all the lmdb files
ansible.builtin.set_fact: