From 96a5d1a1ebc58b7aedafd49717f73b135382c377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vizcaino?= Date: Sat, 24 Oct 2015 11:41:18 +0200 Subject: [PATCH] heat containers depends on 'common' (rsyslog, log_data, kolla-ansible) Change-Id: Ice5ddf2cfcf5655cb98ec4f822fd376589c14cec Closes-Bug: 1509627 --- ansible/roles/heat/meta/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/roles/heat/meta/main.yml diff --git a/ansible/roles/heat/meta/main.yml b/ansible/roles/heat/meta/main.yml new file mode 100644 index 0000000000..6b4fff8fef --- /dev/null +++ b/ansible/roles/heat/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: + - { role: common }