enable named ipv6

This commit is contained in:
mrwho 2026-07-10 12:37:31 +03:00
parent 3e901d25a1
commit d65b85ba0d

View file

@ -114,11 +114,11 @@
notify: Reload bind
tags: bind
- name: Disable IPv6
ansible.builtin.lineinfile:
path: /etc/sysconfig/named
line: 'OPTIONS="-4"'
state: present
#- name: Disable IPv6
# ansible.builtin.lineinfile:
# path: /etc/sysconfig/named
# line: 'OPTIONS="-4"'
# state: present
- name: Start BIND service
ansible.builtin.service: