copr: fix IPV6 config

This commit is contained in:
Pavel Raiskup 2021-11-30 13:37:36 +01:00
parent a9c8dda4ca
commit 4586b8e0f7

View file

@ -104,7 +104,7 @@
dest: /etc/sysconfig/network-scripts/ifcfg-eth0
backup: yes
state: present
line: "{{ aws_ipv6_addr }}"
line: "IPV6ADDR={{ aws_ipv6_addr }}"
regex: ^IPV6ADDR=
when: aws_ipv6_addr is defined
tags: ipv6_config