From c69e2ed7b2d895d1269458052d89cd4590269265 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 17 Sep 2018 15:40:33 +0100 Subject: [PATCH] Install AUR module --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 644c06f..5b7c4a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,7 @@ jobs: - restore_cache: key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }} - run: pipenv install + - run: git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur --depth=1 - save_cache: key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }} paths: