Install AUR module
This commit is contained in:
parent
2e25324fa8
commit
c69e2ed7b2
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||||
- run: pipenv install
|
- run: pipenv install
|
||||||
|
- run: git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur --depth=1
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue