Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nevart committed Sep 25, 2024
1 parent ced2eb9 commit b4d9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
block:
- name: Merge spamassassin_whitelist and spamassassin_welcomelist
ansible.builtin.set_fact:
spamassassin_welcomelist: "{{ spamassassin_whitelist + spamassassin_welcomelist }}"
spamassassin_welcomelist: "{{ spamassassin_whitelist + spamassassin_welcomelist }}"
- name: Print info
ansible.builtin.debug:
msg: "INFO: Variables 'spamassassin_whitelist' and 'spamassassin_wecomelist' are both set and 'spamassassin_whitelist' is non-empty.\nMerging variable contents.\nSee README.md for further information."
Expand Down

0 comments on commit b4d9eaf

Please sign in to comment.