]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: print contents of group_vars/all after modification 1449/head 1450/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 12 Apr 2017 14:23:21 +0000 (09:23 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 13 Apr 2017 19:56:00 +0000 (14:56 -0500)
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 <aschoen@redhat.com>
(cherry picked from commit 0e6d89b9db1b4677db42bf04c88547ebc00e1194)

tests/functional/rhcs_setup.yml

index 6a2b518f8ad154234e52ea1f1919bef262f1153d..2fd436aa7382e8770b6697447a183f22321f28ce 100644 (file)
@@ -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