From f66b4b277f74215f3570cb2c80c2dbdb1da0ecd3 Mon Sep 17 00:00:00 2001 From: James Denton Date: Thu, 5 Dec 2019 23:59:04 +0000 Subject: [PATCH] Install chrony on AIO This patch updates the bootstrap-aio playbook to install chrony in order to enable successful completion of the ansible-hardening tasks. Change-Id: I31d8adde500d2479d199cabbb821b2d821347de1 Closes-Bug: #1855352 --- tests/roles/bootstrap-host/vars/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/vars/debian.yml b/tests/roles/bootstrap-host/vars/debian.yml index 6808ba959f..34da4b112e 100644 --- a/tests/roles/bootstrap-host/vars/debian.yml +++ b/tests/roles/bootstrap-host/vars/debian.yml @@ -18,6 +18,7 @@ packages_install: - bridge-utils - btrfs-tools - build-essential + - chrony - curl - dbus - ethtool