Use neutron_conf_dir for absent policy removal
Change-Id: Iff2017d4fbc5ede0686afa20998f0b1f0c00470e
This commit is contained in:
parent
7f2b7ea4f4
commit
2a846b3a2b
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
- name: Remove legacy policy.yaml file
|
- name: Remove legacy policy.yaml file
|
||||||
file:
|
file:
|
||||||
path: "/etc/neutron/policy.yaml"
|
path: "{{ neutron_conf_dir }}/policy.yaml"
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
- neutron_policy_overrides | length == 0
|
- neutron_policy_overrides | length == 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user