spelling: checking

This commit is contained in:
Josh Soref 2017-04-02 22:35:27 +00:00
parent e2399907cd
commit 05d53684cb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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