Fix vars handling

This commit is contained in:
Luke Murphy
2020-04-15 13:32:56 +02:00
parent 6505de02b2
commit 60515fb5ec
3 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,6 @@
- name: Setup the SSH system -> container passthrough script
become: true
vars:
ssh_listen_port: "{{ config.vars.ssh_listen_port }}"
dokku_container_ip: "{{ dokku_ps_inspect.stdout }}"
template:
src: "{{ app_config_root }}/templates/gitea.j2"