From 5cb68947b499d1a5f72abe1d045ab30890fbedf1 Mon Sep 17 00:00:00 2001 From: diodonfrost Date: Thu, 31 Jan 2019 10:38:56 +0100 Subject: [PATCH] remove duplicate provision_command in kitchen-ci --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 56e2279..b37254b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -68,10 +68,10 @@ platforms: - name: ubuntu-14.04 driver: image: diodonfrost/ubuntu-14.04-ansible - provision_command: apt-get install -y init platform: ubuntu run_command: /sbin/init provision_command: + - apt-get install -y init - sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config # Debian