From 9d2ed07ede4aa0a46605bfd14bba5ff033b6bb7a Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 12 Apr 2017 09:23:21 -0500 Subject: [PATCH] tests: print contents of group_vars/all after modification This is just nice to see in the test output so we know exactly what configuration is going to be used. Signed-off-by: Andrew Schoen (cherry picked from commit 0e6d89b9db1b4677db42bf04c88547ebc00e1194) --- tests/functional/rhcs_setup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/rhcs_setup.yml b/tests/functional/rhcs_setup.yml index 6a2b518f8..2fd436aa7 100644 --- a/tests/functional/rhcs_setup.yml +++ b/tests/functional/rhcs_setup.yml @@ -46,6 +46,9 @@ dest: "{{ change_dir }}/group_vars/all" when: change_dir is defined + - name: print contents of {{ change_dir }}/group_vars/all + command: "cat {{ change_dir }}/group_vars/all" + - hosts: all gather_facts: true become: yes