Skip to content

Commit

Permalink
Merge "Change freezer exact syntax problem"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 6, 2017
2 parents af5a81b + d6b4c25 commit 36408dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/freezer/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
register: wsgi_freezer_api
when:
- inventory_hostname in groups[item.value.group]
- service.enabled | bool
- item.value.enabled | bool
with_dict: "{{ freezer_services }}"
notify:
- Restart freezer-api container
Expand Down

0 comments on commit 36408dd

Please sign in to comment.