From d4b3c1d409fb3b837bcbf61eed7917a8b7b7681d 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 --- 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 bfa9b4b48..f8beb519c 100644 --- a/roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml +++ b/roles/ceph-iscsi-gw/tasks/deploy_ssl_keys.yml @@ -60,6 +60,5 @@ owner: root group: root mode: 0400 - delegate_to: localhost changed_when: false with_items: "{{ crt_files }}" -- 2.39.5