Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake committed Jul 2, 2024
1 parent 8994341 commit 53b0c22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@
- Restart postfix

- name: Postmap files
command: postmap /etc/postfix/{{ file['name'] }}
command: postmap {{ result["dest"] | quote }}
when:
- file['changed'] | bool
- file['file']['postmap'] is defined
- file['file']['postmap'] | bool
- result['changed']
- result['file']['postmap'] | d(false)
no_log: true
changed_when: true
loop: "{{ __postfix_postmap_files['results'] }}"
loop_control:
loop_var: file
loop_var: result

- name: Apply changes
when: __postfix_has_config_changed | d("") is search("True")
Expand Down

0 comments on commit 53b0c22

Please sign in to comment.