Skip to content

Commit

Permalink
Fix missing doc type. (ansible#57884)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and acozine committed Jun 17, 2019
1 parent eed7a33 commit da6f6cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/crypto/openssl_certificate_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- Valid format is C([+-]timespec | ASN.1 TIME) where timespec can be an integer
+ C([w | d | h | m | s]) (e.g. C(+32w1d2h), and ASN.1 TIME (i.e. pattern C(YYYYMMDDHHMMSSZ)).
Note that all timestamps will be treated as being in UTC.
type: dict
select_crypto_backend:
description:
- Determines which crypto backend to use.
Expand Down
1 change: 0 additions & 1 deletion test/sanity/validate-modules/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,6 @@ lib/ansible/modules/commands/command.py E322
lib/ansible/modules/commands/command.py E323
lib/ansible/modules/commands/command.py E338
lib/ansible/modules/commands/expect.py E338
lib/ansible/modules/crypto/openssl_certificate_info.py E337
lib/ansible/modules/database/influxdb/influxdb_database.py E324
lib/ansible/modules/database/influxdb/influxdb_database.py E337
lib/ansible/modules/database/influxdb/influxdb_query.py E324
Expand Down

0 comments on commit da6f6cc

Please sign in to comment.