Skip to content

Commit

Permalink
Conditionally deploy caso
Browse files Browse the repository at this point in the history
The missing when means that we always deploy caso.
  • Loading branch information
jovial authored Nov 16, 2023
1 parent b7e4b76 commit c67033a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,4 +1017,5 @@
serial: '{{ kolla_serial|default("0") }}'
roles:
- { role: caso,
tags: caso}
tags: caso,
when: enable_caso | bool }

0 comments on commit c67033a

Please sign in to comment.