Skip to content

Commit

Permalink
fix fresh installation
Browse files Browse the repository at this point in the history
  • Loading branch information
egeneralov committed Dec 26, 2019
1 parent e278522 commit 184e353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

- name: "generate : ssl : csr ca"
openssl_csr:
path: "/etc/gitlab/ssl/{{ ca }}.csr"
privatekey_path: "/etc/gitlab/ssl/{{ ca }}.key"
path: "/etc/gitlab/ssl/ca.csr"
privatekey_path: "/etc/gitlab/ssl/ca.key"
common_name: "ca"
when: not ca_csr.stat.exists
- stat:
Expand Down

0 comments on commit 184e353

Please sign in to comment.