Skip to content

Commit

Permalink
Minecraft: fix dns_proxy (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethenn authored and owine committed Feb 2, 2023
1 parent 13bfcb1 commit adcb066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/minecraft/tasks/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
vars:
dns_record: "{{ lookup('vars', role_name + '_dns_record') }}"
dns_zone: "{{ lookup('vars', role_name + '_dns_zone') }}"
dns_proxy: "{{ lookup('vars', role_name + '_dns_proxy') }}"

- name: Remove existing Docker container
ansible.builtin.include_tasks: "{{ resources_tasks_path }}/docker/remove_docker_container.yml"
Expand Down

0 comments on commit adcb066

Please sign in to comment.