From: Andrew Schoen Date: Wed, 12 Apr 2017 14:23:21 +0000 (-0500) Subject: tests: print contents of group_vars/all after modification X-Git-Tag: v2.3.0rc1~53^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1439%2Fhead;p=ceph-ansible.git 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 --- diff --git a/tests/functional/rhcs_setup.yml b/tests/functional/rhcs_setup.yml index 369a4905d..286d8e5ae 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