diff --git a/handlers/main.yml b/handlers/main.yml index fe77c180..110cf85c 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -22,7 +22,6 @@ service: name: "{{ item.value.program_name }}" state: "restarted" - pattern: "{{ item.value.program_name }}" with_dict: "{{ swift_services }}" when: - inventory_hostname in groups[item.value.group]