Replace ansible in venv with system managed version

This makes keeping updated on versions much easier!
This commit is contained in:
Jake Howard 2020-06-24 17:11:20 +01:00
parent 5dcef054cb
commit a572868b8f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
5 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,8 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install ansible
run: sudo apt-get update && sudo apt-get install -y ansible
- name: Install dependencies
run: ./scripts/setup.sh
- name: Run linters

View File

@ -1,3 +1,2 @@
-r requirements.txt
yamllint==1.23.0
ansible-lint==4.2.0

View File

@ -1 +0,0 @@
ansible==2.9.7

View File

@ -6,4 +6,4 @@ python -m venv env
env/bin/pip install -r dev-requirements.txt
env/bin/ansible-galaxy install -r galaxy-requirements.yml
ansible-galaxy install -r galaxy-requirements.yml

View File

@ -14,6 +14,7 @@
become: true
become_user: aur_builder
loop:
- ansible
- arduino
- arduino-cli
- arduino-builder