summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http/centos-7.4/anaconda-ks.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/http/centos-7.4/anaconda-ks.cfg b/http/centos-7.4/anaconda-ks.cfg
index 1d32e12..4cf9e03 100644
--- a/http/centos-7.4/anaconda-ks.cfg
+++ b/http/centos-7.4/anaconda-ks.cfg
@@ -41,7 +41,6 @@ with open('/tmp/setup-root-pass', 'w') as f:
yum -y update
yum -y install epel-release
yum -y install ansible
-yum -y install systemd-networkd systemd-resolved
yum -y update
# allow root login for ansible
sed 's,^[[:blank:]]*#*PermitRootLogin.*,PermitRootLogin yes,g' /etc/ssh/sshd_config