Install `ansible-aur` using galaxy rather than `yay`

Hoepfully this means it'll stay up to date more
This commit is contained in:
Jake Howard 2020-06-15 12:27:11 +01:00
parent a3cedaf4a7
commit 3fd66ac883
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,5 @@ 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

View File

@ -5,7 +5,6 @@
Settings and Preferences for transfer between machines
## Requirements
- [`ansible-aur`](https://github.com/kewlfft/ansible-aur/)
- SSH / GPG keys installed
- Correctly setup `~/.dotfiles` directory

1
galaxy-requirements.yml Normal file
View File

@ -0,0 +1 @@
- src: kewlfft.aur

View File

@ -5,3 +5,5 @@ set -ex
python -m venv env
env/bin/pip install -r dev-requirements.txt
env/bin/ansible-galaxy install -r galaxy-requirements.yml