Skip to content

Commit

Permalink
Change from purge_networks to comparisons: networks: strict
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Jun 12, 2024
1 parent fafb1af commit aec8513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/deploy_dhcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
- "{{ kea_container_base_dir }}/logs:/kea/logs"
- "{{ kea_container_base_dir }}/sockets:/kea/sockets"
- "{{ kea_container_base_dir }}/entrypoint.d:/entrypoint.d:ro"
comparisons:
networks: strict
network_mode: host
purge_networks: true

- name: "Reload Kea DHCP{{ outer_item.dhcp_ip_version }} configuration"
ansible.builtin.command: "docker kill --signal=HUP {{ outer_item.container_name }}"
Expand Down

0 comments on commit aec8513

Please sign in to comment.