mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-05 19:43:22 +02:00
Typo cheking to checking
This commit is contained in:
parent
d37c6b72c5
commit
b2519181e1
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
- name: Include system based facts and tasks
|
||||
include: systems/main.yml
|
||||
|
||||
- name: Cheking the signature algorithm
|
||||
- name: Checking the signature algorithm
|
||||
local_action: >
|
||||
shell openssl x509 -text -in certs/{{ IP_subject_alt_name }}.crt | grep 'Signature Algorithm' | head -n1
|
||||
become: no
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
- name: Gather Facts
|
||||
setup:
|
||||
|
||||
- name: Cheking the signature algorithm
|
||||
- name: Checking the signature algorithm
|
||||
local_action: >
|
||||
shell openssl x509 -text -in certs/{{ IP_subject_alt_name }}.crt | grep 'Signature Algorithm' | head -n1
|
||||
become: no
|
||||
|
|
Loading…
Add table
Reference in a new issue