Install AUR module

This commit is contained in:
Jake Howard 2018-09-17 15:40:33 +01:00
parent 2e25324fa8
commit c69e2ed7b2
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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: