copr/base: drop an unused resolv.conf hack

This was long time ago used with the Fedora Infra OpenStack.
This commit is contained in:
Pavel Raiskup 2022-11-23 12:12:13 +01:00
parent 364ec6efbc
commit 094242ecc6

View file

@ -87,12 +87,6 @@
tags:
- config
- name: make sure our resolv.conf is the one being used - set PEERDNS=no in /etc/sysconfig/network
lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='PEERDNS=no' regexp=^PEERDNS=
tags:
- config
when: datacenter != "aws"
- name: setup ipv6 networking
shell: "nmcli con modify 'cloud-init eth0' ipv6.method manual ipv6.never-default no ipv6.addresses '{{ aws_ipv6_addr }}'"
when: aws_ipv6_addr is defined