diff --git a/disable-ipv6.yml b/disable-ipv6.yml index bde7fe6..ac0f99e 100644 --- a/disable-ipv6.yml +++ b/disable-ipv6.yml @@ -29,9 +29,3 @@ dest: /etc/ssh/sshd_config insertafter: '^#ListenAddress 0.0.0.0' line: 'ListenAddress 0.0.0.0' - -- name: disable ipv6 chronyd - replace: - dest: /etc/sysconfig/chronyd - regexp: 'OPTIONS=*' - replace: 'OPTIONS="-4"' \ No newline at end of file diff --git a/files/chrony/chronyd b/files/chrony/chronyd index a65c001..912c3b0 100644 --- a/files/chrony/chronyd +++ b/files/chrony/chronyd @@ -1,2 +1,2 @@ # Command-line options for chronyd -OPTIONS="-4 -F 2" \ No newline at end of file +OPTIONS="-4 -F 2"