Skip to content

Commit

Permalink
Fixed issue with 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BenStarmerSmith committed Jan 13, 2023
1 parent f8677d7 commit 9464455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/products/hand-e/server/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- name: Include installation/shadow_glove_driver role
include_role:
name: installation/shadow_glove_driver
when: glove == "shadow_glove" and real_glove|bool and skip_molecule_task is not defined
when: '"glove_" in product and glove == "shadow_glove" and real_glove|bool and skip_molecule_task is not defined'

- name: Include docker/docker-image role
include_role:
Expand Down

0 comments on commit 9464455

Please sign in to comment.