Skip to content

Commit

Permalink
Removed initialize_docker_swarm variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Sep 5, 2024
1 parent a93b945 commit dc89517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: serversideup
name: spin
version: 0.9.0
version: 0.9.1
readme: README.md
authors:
- Jay Rogers (https://x.com/jaydrogers)
Expand Down
2 changes: 1 addition & 1 deletion roles/swarm/tasks/configure-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
community.docker.docker_swarm:
state: present
advertise_addr: "{{ docker_swarm.advertise_addr }}"
when: "'swarm_managers' in group_names or initialize_docker_swarm | default(false) | bool"
when: "'swarm_managers' in group_names"

- name: Open HTTP and HTTP ports (if enabled)
community.general.ufw:
Expand Down

0 comments on commit dc89517

Please sign in to comment.