From 223524b5dc7247ff25d5860740b4324696e72e57 Mon Sep 17 00:00:00 2001 From: Waldemar Znoinski Date: Thu, 13 Oct 2016 14:49:06 +0000 Subject: [PATCH] copy iscsid logrotate config This change adds copying iscsid logrotate conf file for config task in common role. Closes-bug: #1633127 Change-Id: I7da1f9ff794ed62f1baf70c04a2f6d0ca8d426aa --- ansible/roles/common/tasks/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/common/tasks/config.yml b/ansible/roles/common/tasks/config.yml index 426760502e..fa6f3df77d 100644 --- a/ansible/roles/common/tasks/config.yml +++ b/ansible/roles/common/tasks/config.yml @@ -79,6 +79,7 @@ - { name: "gnocchi", enabled: "{{ enable_gnocchi }}" } - { name: "haproxy", enabled: "{{ enable_haproxy }}" } - { name: "heat", enabled: "{{ enable_heat }}" } + - { name: "iscsid", enabled: "{{ enable_iscsid }}" } - { name: "keepalived", enabled: "{{ enable_haproxy }}" } - { name: "keystone", enabled: "{{ enable_keystone }}" } - { name: "magnum", enabled: "{{ enable_magnum }}" }