Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Oct 11, 2024
1 parent 9efc3a3 commit e8a4658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/idr-omero-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
register: service_user
roles:
- role: ome.omero_ms_image_region
when: "{{ service_user.state | d('') == 'present' }}"
when: "{{ service_user.state | d('') == 'present' }}"

environment: "{{ idr_ANSIBLE_ENVIRONMENT_VARIABLES | default({}) }}"

0 comments on commit e8a4658

Please sign in to comment.