diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index 4cca6d3..f847e4c 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -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 diff --git a/plays/postdeploy/lib/http.yml b/plays/postdeploy/lib/http.yml index 71a2ad2..98d46c5 100644 --- a/plays/postdeploy/lib/http.yml +++ b/plays/postdeploy/lib/http.yml @@ -1,8 +1,4 @@ --- -- name: DEBUG - debug: - msg: "{{ config }}" - - name: Set HTTP 80 port proxy dokku_ports: app: "{{ dokku.app }}"