Skip to content

Commit

Permalink
condense debug output of my.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Jul 18, 2016
1 parent 34bc06a commit 38528f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/dbd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38528f8

Please sign in to comment.