Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Use generic package manager instead of apt (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jussil authored and jdauphant committed Jan 24, 2017
1 parent 3c9c82a commit abef8e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- name: Ensure OpenSSL is installed
apt: name=openssl state=present
when: ansible_os_family == "Debian"
package: name=openssl state=present
tags: [ssl-certs,packages]

- name: Ensure ssl folder exist
Expand Down

0 comments on commit abef8e0

Please sign in to comment.