forked from infra/ansible
[postfix] Use the correct variable in lmdb
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
e6f7c234ab
commit
e3efee90c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue