add loki role and fix linter errors
This commit is contained in:
10
roles/loki/environment.ci.yml
Normal file
10
roles/loki/environment.ci.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: ansible-loki
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python~=3.12
|
||||
- pip>=22.2
|
||||
- pip:
|
||||
- -r requirements.txt
|
||||
- -r requirements.ci.txt
|
||||
Reference in New Issue
Block a user