Remember to install the ansible aur module

This commit is contained in:
Jake Howard 2020-02-10 08:50:52 +00:00
parent 05c84a593d
commit 0a80309370
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -13,5 +13,7 @@ jobs:
python-version: 3.7
- name: Install dependencies
run: ./scripts/setup.sh
- name: Install ansible aur module
run: git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur --depth=1
- name: Run linters
run: ./scripts/lint.sh