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