Fix actions for Aodh and Swift

These two roles were missing 'stop' and 'deploy-containers',
respectively.

Change-Id: Iaf434be9baf1973323bb177fad799aea39210fba
This commit is contained in:
Radosław Piliszek 2020-08-04 14:32:37 +02:00
parent 4e62c86236
commit c1a6ca0d21
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- import_role:
name: service-stop
vars:
project_services: "{{ aodh_services }}"
service_name: "{{ project_name }}"

View File

@ -0,0 +1,2 @@
---
- import_tasks: start.yml