mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Add ansible-lint to CI (#886)
* Enable ansible-lint. * Fix broken task name. * Fix command-instead-of-shell instances. * Clean up tasks to eliminate command-instead-of-module. * Skip yaml errors. * Remove .stdout from versions. * Avoid stdin.
This commit is contained in:
@@ -23,5 +23,5 @@
|
||||
ACME directory: {{ acme_directory_url }}
|
||||
ACME server supports ARI: {{ acme_supports_ari }}
|
||||
ACME server supports profiles: {{ acme_supports_profiles }}
|
||||
OpenSSL version is {{ openssl_version.stdout }}
|
||||
cryptography version is {{ cryptography_version.stdout }}
|
||||
OpenSSL version is {{ openssl_version }}
|
||||
cryptography version is {{ cryptography_version }}
|
||||
|
||||
Reference in New Issue
Block a user