--- # Note(decentral1se): to avoid exploding when we import the config.yml from the # end-user, we spoof out variables that are referenced there but not populated # already (due to the order of the tasks we define for our deployment steps) - name: Export variable placeholders set_fact: dokku_db_addr: "" dokku_db_user: "" dokku_hostname: "{{ lookup('file', '/home/dokku/HOSTNAME') }}"