Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
istvano authored Mar 18, 2022
1 parent 19a02cc commit 88cad2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
include_tasks: configure-HA.yml
when: "microk8s_enable_HA"

- name: configure workers
include_tasks: configure-WORKERS.yml
when: "groups[microk8s_group_WORKERS]|length>0"
# disable it at the moment as it is broken
# - name: configure workers
# include_tasks: configure-WORKERS.yml
# when: "groups[microk8s_group_WORKERS]|length>0"

0 comments on commit 88cad2d

Please sign in to comment.