]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: print contents of group_vars/all after modification 1439/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 12 Apr 2017 14:23:21 +0000 (09:23 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 12 Apr 2017 14:23:21 +0000 (09:23 -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>
tests/functional/rhcs_setup.yml

index 369a4905d9beb119db6666c24848c06745b1a05a..286d8e5ae6ecd35175722a9fffab2b15b448341e 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