From 05d53684cbefb764b58084f05461290b175c15a3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 2 Apr 2017 22:35:27 +0000 Subject: [PATCH] spelling: checking --- roles/client/tasks/main.yml | 2 +- users.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/client/tasks/main.yml b/roles/client/tasks/main.yml index ae340d34..9a2fe0aa 100644 --- a/roles/client/tasks/main.yml +++ b/roles/client/tasks/main.yml @@ -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 diff --git a/users.yml b/users.yml index 314858dc..421c5814 100644 --- a/users.yml +++ b/users.yml @@ -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