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
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue