aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/bootstrap.sh
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2019-04-01 12:34:26 +0200
committerEmil Renner Berthing <esmil@labitat.dk>2019-04-01 13:07:23 +0200
commitaf333f0ec23a9784756a8b0e53a9896d7f61525f (patch)
tree41614be62a37439df8ed101a8d8e14af72a09ee6 /roles/space_server/bootstrap.sh
parent88756850d1a5cb28b897bdcc9337fcb6977aad0b (diff)
downloadlabitat-ansible-af333f0ec23a9784756a8b0e53a9896d7f61525f.tar.gz
labitat-ansible-af333f0ec23a9784756a8b0e53a9896d7f61525f.tar.xz
labitat-ansible-af333f0ec23a9784756a8b0e53a9896d7f61525f.zip
space_server: vars: rework local_hosts
..to get rid of the need for ipv4/ipv6 filters and python-netaddr dependency.
Diffstat (limited to 'roles/space_server/bootstrap.sh')
-rwxr-xr-xroles/space_server/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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"