From 7705014c75fe6011be0667479e15706d8604fd39 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Thu, 20 Sep 2018 12:27:12 -0500 Subject: [PATCH] CircleCI: Install git (requires apt-get update first) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4769b1c6..d91b4b62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,8 @@ jobs: - run: name: Install galaxy requirements command: | + apt-get -qq update + apt-get install -y git ansible-galaxy install -r requirements.yml - run: name: Install ansible-lint