From 329eb9b9ad348756f78ba70000ef7a0c340612cf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 21 Mar 2020 20:05:59 +0100 Subject: [PATCH] fix logging --- molecule/centos7/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/centos7/create.yml b/molecule/centos7/create.yml index 7c68c43..41f112d 100644 --- a/molecule/centos7/create.yml +++ b/molecule/centos7/create.yml @@ -3,7 +3,7 @@ hosts: localhost connection: local gather_facts: false - # no_log: "{{ molecule_no_log }}" + no_log: "{{ molecule_no_log }}" vars: ssh_user: root ssh_port: 22