From: Bartek Grzybowski Date: Mon, 12 Apr 2021 12:14:07 +0000 (+0200) Subject: [ANSIBLE] Drop published ports list X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eadc38f99d6913c9ecf3d0bc2fa57ac1c4ae8008;p=oom%2Foffline-installer.git [ANSIBLE] Drop published ports list Published ports are discarded by docker engine when using host network mode so no need to define them. Change-Id: I71537b4191e8f05d77991d08444144031747c0b7 Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski --- diff --git a/ansible/roles/dns/handlers/main.yml b/ansible/roles/dns/handlers/main.yml index 3d7570f5..201fff70 100644 --- a/ansible/roles/dns/handlers/main.yml +++ b/ansible/roles/dns/handlers/main.yml @@ -8,9 +8,6 @@ capabilities: NET_ADMIN volumes: - "{{ app_data_path }}/cfg/simulated_hosts:/simulated_hosts:ro" - ports: - - "53:53/tcp" - - "53:53/udp" state: started restart_policy: unless-stopped recreate: true