From 0890106a2bca6cde23666753ff8b1d55302c7c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Fri, 6 Sep 2019 11:19:00 -0500 Subject: [PATCH] Fix typo in distro test Change-Id: Ia21512e18243c64cafa3801ee2c4bad752b70fcf --- tasks/client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/client.yaml b/tasks/client.yaml index 16872cd..56f4466 100644 --- a/tasks/client.yaml +++ b/tasks/client.yaml @@ -23,7 +23,7 @@ name: os_barbican_write_pki state: yes persistent: yes - when: ansible_os_family | lower = 'redhat' + when: ansible_os_family | lower == 'redhat' - name: Download Thales client tarball get_url: