mirror of https://github.com/ceph/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 <aschoen@redhat.com>
(cherry picked from commit 0e6d89b9db
)
pull/1449/head
parent
7112253f4f
commit
9d2ed07ede
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue