Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ bind_default_python_version: "{{ ( ansible_distribution_major_version == '8' ) |
bind_packages:
- "{{ ( bind_python_version == '3' ) | ternary( 'python3-netaddr', 'python-netaddr' ) }}"
- "{{ ( bind_python_version == '3' ) | ternary( 'python3-dns', 'python-dns' ) }}"
- bind
- bind-chroot
- bind-utils

bind_service: named
bind_service: named-chroot

# Main config file
bind_config: /etc/named.conf
Expand Down