Skip to content

Commit

Permalink
include instead of import
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Feb 22, 2024
1 parent cd23ed6 commit 7c76301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/kolab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
- webmaster
notify: Restart postfix
- name: Set up user mail aliases

Check failure on line 186 in tasks/kolab.yml

View workflow job for this annotation

GitHub Actions / Lint Code Base

syntax-check[specific]

'notify' is not a valid attribute for a TaskInclude
ansible.builtin.import_tasks: user_mail_alias.yml
ansible.builtin.include_tasks: user_mail_alias.yml
loop: "{{ users }}"
loop_control:
loop_var: user
Expand Down

0 comments on commit 7c76301

Please sign in to comment.