From af333f0ec23a9784756a8b0e53a9896d7f61525f Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Mon, 1 Apr 2019 12:34:26 +0200 Subject: space_server: vars: rework local_hosts ..to get rid of the need for ipv4/ipv6 filters and python-netaddr dependency. --- roles/space_server/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/space_server/bootstrap.sh') diff --git a/roles/space_server/bootstrap.sh b/roles/space_server/bootstrap.sh index dae4460..6d09592 100755 --- a/roles/space_server/bootstrap.sh +++ b/roles/space_server/bootstrap.sh @@ -59,7 +59,7 @@ dnf \ --disablerepo='*' \ --enablerepo=fedora \ --enablerepo=updates \ - install glibc-langpack-en dnf git ansible python3-netaddr python-unversioned-command + install glibc-langpack-en dnf git ansible python-unversioned-command if [[ -f "$secrets" ]]; then install -m660 "$secrets" "$dest$secrets" -- cgit v1.2.1