Skip to content

Commit

Permalink
Docker: Add a task to rediscover the network facts after install docker.
Browse files Browse the repository at this point in the history
Makes sure we have the docker network interface details which are added
to the firewall script
  • Loading branch information
quartje committed Feb 9, 2024
1 parent 3fdad31 commit 024e155
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
state: started
enabled: true

- name: Gather some facts, as we want to need info on the docker network interface
ansible.builtin.setup:
gather_subset: network

- name: Create the traefik configuration file directory
ansible.builtin.file:
state: directory
Expand Down

0 comments on commit 024e155

Please sign in to comment.