From 38528f84fca278a4138ae822195a8cf9d28c5efb Mon Sep 17 00:00:00 2001 From: Johan Guldmyr Date: Mon, 18 Jul 2016 15:11:20 +0300 Subject: [PATCH] condense debug output of my.conf --- tasks/dbd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dbd.yml b/tasks/dbd.yml index dd474fd..87b2e29 100644 --- a/tasks/dbd.yml +++ b/tasks/dbd.yml @@ -59,7 +59,7 @@ changed_when: False - name: print slurm_mariadb_cnf - debug: "var=slurm_mariadb_cnf" + debug: "var=slurm_mariadb_cnf['stdout_lines']" tags: debug when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7" changed_when: False