Skip to content

Commit

Permalink
Move installation of openssl
Browse files Browse the repository at this point in the history
fixes #16
  • Loading branch information
widhalmt committed Aug 16, 2021
1 parent ea54921 commit c3e44b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/ca.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---

- name: Install openssl
package:
name: openssl
when: ca_manage_openssl | bool

- name: Place CA configuration file
template:
src: ca.conf.j2
Expand Down
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
mode: 0700
delegate_to: localhost

- name: Install openssl
package:
name: openssl
when: ca_manage_openssl | bool

- name: Set up ca
import_tasks: ca.yml
when: ca_ca | bool
Expand Down

0 comments on commit c3e44b4

Please sign in to comment.