enable named ipv6
This commit is contained in:
parent
3e901d25a1
commit
d65b85ba0d
1 changed files with 5 additions and 5 deletions
|
|
@ -114,11 +114,11 @@
|
||||||
notify: Reload bind
|
notify: Reload bind
|
||||||
tags: bind
|
tags: bind
|
||||||
|
|
||||||
- name: Disable IPv6
|
#- name: Disable IPv6
|
||||||
ansible.builtin.lineinfile:
|
# ansible.builtin.lineinfile:
|
||||||
path: /etc/sysconfig/named
|
# path: /etc/sysconfig/named
|
||||||
line: 'OPTIONS="-4"'
|
# line: 'OPTIONS="-4"'
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: Start BIND service
|
- name: Start BIND service
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue