Skip to content

Commit

Permalink
Close block.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 30, 2020
1 parent c32b6d5 commit 92f9c0f
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 @@ -56,4 +56,4 @@ _dns_service:
Ubuntu-16: bind9
Suse: named

dns_service: "{{ _dns_service[ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(_dns_service[ansible_distribution] | default(_dns_service[ansible_os_family] | default(_dns_service['default'))) }}"
dns_service: "{{ _dns_service[ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(_dns_service[ansible_distribution] | default(_dns_service[ansible_os_family] | default(_dns_service['default']))) }}"

0 comments on commit 92f9c0f

Please sign in to comment.