Skip to content
Snippets Groups Projects
Commit 3ae87453 authored by Sébastien Han's avatar Sébastien Han Committed by Guillaume Abrioux
Browse files

lint: skip the linter


Do not run the linter for these 3:

* we use latest for pip docker-py package
* for ssl keys this is a false positive since the inital command is a
'shell' it'll always change
* for keystone, we must use shell since the with_items contains pipes

Signed-off-by: default avatarSébastien Han <seb@redhat.com>
parent d968fa6c
No related branches found
No related tags found
No related merge requests found
......@@ -29,3 +29,5 @@
with_items:
- "openssl x509 -in /etc/keystone/ssl/certs/ca.pem -pubkey | certutil -d {{ radosgw_nss_db_path }} -A -n ca -t 'TCu,Cu,Tuw'"
- "openssl x509 -in /etc/keystone/ssl/certs/signing_cert.pem -pubkey | certutil -A -d {{ radosgw_nss_db_path }} -n signing_cert -t 'P,P,P'"
tags:
- skip_ansible_lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment