Skip to content
Snippets Groups Projects
Commit 40f19431 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

ci: Install black for ansible-lint Jinja support

parent 6b23d63f
Branches
No related tags found
1 merge request!4Update CI to reasonable versions and fix resulting issues
Pipeline #4790 passed
...@@ -6,7 +6,7 @@ variables: ...@@ -6,7 +6,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- apk --no-cache add ansible ansible-lint yamllint ripgrep - apk --no-cache add ansible ansible-lint yamllint ripgrep black
- export LANG=en_US.UTF-8 - export LANG=en_US.UTF-8
- chmod o-w . - chmod o-w .
- ansible --version - ansible --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment