diff --git a/tasks/neutron_post_install.yml b/tasks/neutron_post_install.yml index ff8bdc07..051b7f2d 100644 --- a/tasks/neutron_post_install.yml +++ b/tasks/neutron_post_install.yml @@ -67,8 +67,12 @@ copy: content: "{{ neutron_policy_overrides | to_nice_json }}" dest: "{{ neutron_conf_dir }}/policy.json" + notify: + - Restart neutron services when: - neutron_policy_overrides != {} + tags: + - neutron-policy-overrides - name: Place api-paste.ini to the correct path in RedHat file: