Implement standard debugging technique
This commit is contained in:
@ -58,3 +58,11 @@
|
||||
mariadb_user: "mariadb",
|
||||
hostname: "{{ lookup('file', '/home/dokku/HOSTNAME') }}",
|
||||
}
|
||||
|
||||
- name: Debug variable dictionaries
|
||||
debug:
|
||||
msg: "{{ item }}"
|
||||
with_items:
|
||||
- "{{ config }}"
|
||||
- "{{ dokku }}"
|
||||
when: debug is defined and debug == true
|
||||
|
Reference in New Issue
Block a user