From 69cda84a21c6f9b26ed67e4518a07ffa72b26185 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 7 Feb 2019 23:52:51 +0100 Subject: [PATCH] iscsi-gws: remove a leftover remove leftover introduced by 9d590f4 Signed-off-by: Guillaume Abrioux (cherry picked from commit d4b3c1d409fb3b837bcbf61eed7917a8b7b7681d) --- roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml b/roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml index 5bf937be2..a230b4192 100644 --- a/roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml +++ b/roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml @@ -58,6 +58,5 @@ owner: root group: root mode: 0400 - delegate_to: localhost changed_when: false with_items: "{{ crt_files }}" -- 2.47.3