Skip to content

Commit

Permalink
Implement ansible-lint hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jan 2, 2023
1 parent c471d51 commit 6278147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ _dovecot_packages:
- dovecot-imapd
- dovecot-pop3d

dovecot_packages: "{{ _dovecot_packages[ansible_os_family] | default(_dovecot_packages['default'] ) }}"
dovecot_packages: "{{ _dovecot_packages[ansible_os_family] | default(_dovecot_packages['default']) }}"

dovecot_service: dovecot

0 comments on commit 6278147

Please sign in to comment.