Debug log file configuration step

Change-Id: I574ef46100afeaeb2458c5c1a2a69ef49e9af863
This commit is contained in:
Federico Ressi 2020-02-11 07:13:13 +01:00
parent 49feeea816
commit 087cadb617
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@
vars:
sections: "{{ tobiko_default_conf | combine(tobiko_conf) }}"
- name: "show tobiko configuration"
debug:
msg: |
Tobiko configuration:
{{ tobiko_conf_yaml }}
- name: "provide {{ tobiko_conf_file }} file"
ini_file:
path: "{{ tobiko_conf_file }}"