Compare commits

..

No commits in common. "main" and "1.0.1" have entirely different histories.
main ... 1.0.1

View File

@ -4,8 +4,8 @@
loop_var: 'somta_postfix_postmap_handler'
label: 'Rebuild ''/etc/postfix/{{ somta_postfix_postmap_handler.lookup_table_source_file }}'' lookup table'
loop:
- { lookup_table_source_file: 'sasl_passwd' }
- { lookup_table_source_file: 'sender_canonical_maps' }
- { lookup_table_source_file: 'sasl_passwd.j2' }
- { lookup_table_source_file: 'sender_canonical_maps.j2' }
- { lookup_table_source_file: 'smtp_header_checks' }
ansible.builtin.shell: |
postmap '/etc/postfix/{{ somta_postfix_postmap_handler.lookup_table_source_file }}'