Fix bare variable in handler

Change-Id: I9891caa86cffc5e9654b20c7c46f736de1991683
This commit is contained in:
Marc Gariepy 2016-09-30 15:04:30 -04:00
parent 2b7e68d3cd
commit bc00f07c33
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
until: keystone_restart | success
retries: 5
delay: 2
with_items: keystone_wsgi_program_names
with_items: "{{ keystone_wsgi_program_names }}"
when: not keystone_mod_wsgi_enabled | bool
- name: Restart Shibd