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 <aschoen@redhat.com>
(cherry picked from commit 0e6d89b9db)
pull/1449/head
Andrew Schoen 2017-04-12 09:23:21 -05:00
parent 7112253f4f
commit 9d2ed07ede
1 changed files with 3 additions and 0 deletions

View 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