Typo cheking to checking

This commit is contained in:
Dana Klassen 2017-04-02 21:54:01 -04:00
parent d37c6b72c5
commit b2519181e1
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