From a789bf9cc41cd76215549faeb36ca15e374ec219 Mon Sep 17 00:00:00 2001 From: Sean O'Keeffe Date: Wed, 16 Oct 2019 11:38:21 +0100 Subject: [PATCH] fix spacing error in example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b35690b..6ee091c 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ usernames or passwords): - hosts: all roles: - role: RedHatInsights.insights-client - vars: - insights_display_name: 'example_system' - ansible_python_interpreter: '/usr/libexec/platform-python' + vars: + insights_display_name: 'example_system' + ansible_python_interpreter: '/usr/libexec/platform-python' when: ansible_os_family == 'RedHat' Example Configuration File