Fix linting errors.

This commit is contained in:
Felix Fontein
2025-04-26 09:01:44 +02:00
parent 51a4f76f26
commit 33ef158b09
132 changed files with 2305 additions and 2214 deletions

View File

@@ -17,10 +17,10 @@
size: 512
- block:
- name: Running tests with OpenSSL backend
include_tasks: impl.yml
- name: Running tests with OpenSSL backend
include_tasks: impl.yml
- include_tasks: ../tests/validate.yml
- include_tasks: ../tests/validate.yml
vars:
select_crypto_backend: openssl
@@ -37,10 +37,10 @@
state: directory
- block:
- name: Running tests with cryptography backend
include_tasks: impl.yml
- name: Running tests with cryptography backend
include_tasks: impl.yml
- include_tasks: ../tests/validate.yml
- include_tasks: ../tests/validate.yml
vars:
select_crypto_backend: cryptography