kolla-ansible/ansible/roles/aodh/tasks/stop.yml
Radosław Piliszek c1a6ca0d21 Fix actions for Aodh and Swift
These two roles were missing 'stop' and 'deploy-containers',
respectively.

Change-Id: Iaf434be9baf1973323bb177fad799aea39210fba
2020-08-04 14:32:37 +02:00

7 lines
133 B
YAML

---
- import_role:
name: service-stop
vars:
project_services: "{{ aodh_services }}"
service_name: "{{ project_name }}"