copr: do not set PEERDNS in aws

This commit is contained in:
Miroslav Suchý 2020-02-20 11:30:05 +01:00 committed by Pierre-Yves Chibon
parent feda20ad3c
commit 57823e23c6

View file

@ -86,6 +86,7 @@
lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='PEERDNS=no' regexp=^PEERDNS= lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='PEERDNS=no' regexp=^PEERDNS=
tags: tags:
- config - config
when: datacenter != "aws"
# - name: enable and run logrotate service # - name: enable and run logrotate service