From 8b1a7f8589305d1923aca01d17325e8bacf9b1b6 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 15 Feb 2016 23:12:06 +0000 Subject: [PATCH] osbs-master: add creates directive for osbs_proxy_certkey_file creation --- roles/osbs-master/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/osbs-master/tasks/main.yml b/roles/osbs-master/tasks/main.yml index 0980d614fe..d7a1fc2110 100644 --- a/roles/osbs-master/tasks/main.yml +++ b/roles/osbs-master/tasks/main.yml @@ -56,6 +56,7 @@ - name: generate cert for authenticating proxy - concatenate cert and key shell: cat {{ osbs_proxy_cert_file }} {{ osbs_proxy_key_file }} > {{ osbs_proxy_certkey_file }} + creates: "{{ osbs_proxy_certkey_file }}" # We need to have openshift restarted in order to configure authentication. - meta: flush_handlers