[heat] Remove an ancient deprecated task

Change-Id: Ic267b0bc1153940f7595a1cf93ff2c62dd084d4e
This commit is contained in:
Radosław Piliszek 2022-09-29 15:29:19 +02:00 committed by Dr. Jens Harbott
parent df73e3ab02
commit 39269a4f64

View File

@ -5,12 +5,5 @@
- import_tasks: bootstrap_service.yml
# NOTE(priteau): Remove this task in V cycle.
- name: Remove heat-engine environment file
become: true
file:
path: "{{ node_config_directory }}/heat-engine/_deprecated.yaml"
state: absent
- name: Flush handlers
meta: flush_handlers