From dfbfb56bb6ea27ec9f9b517cc9178a1e2f73e859 Mon Sep 17 00:00:00 2001 From: abhi Date: Sat, 24 Mar 2018 08:40:14 -0700 Subject: [PATCH] Updating ansible installer Signed-off-by: abhi --- contrib/ansible/tasks/bootstrap_centos.yaml | 1 - contrib/ansible/tasks/bootstrap_ubuntu.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/contrib/ansible/tasks/bootstrap_centos.yaml b/contrib/ansible/tasks/bootstrap_centos.yaml index b5c23519f..2c24211a2 100644 --- a/contrib/ansible/tasks/bootstrap_centos.yaml +++ b/contrib/ansible/tasks/bootstrap_centos.yaml @@ -9,5 +9,4 @@ - btrfs-progs - libseccomp - util-linux - - socat - libselinux-python diff --git a/contrib/ansible/tasks/bootstrap_ubuntu.yaml b/contrib/ansible/tasks/bootstrap_ubuntu.yaml index 88337c42b..f8ae1f516 100644 --- a/contrib/ansible/tasks/bootstrap_ubuntu.yaml +++ b/contrib/ansible/tasks/bootstrap_ubuntu.yaml @@ -9,6 +9,5 @@ - apt-transport-https - btrfs-tools - libseccomp2 - - socat - util-linux # TODO: Limited support for trusty for nsenter. Need to handle/verify