Skip to content

Commit

Permalink
[FIX] Typo.
Browse files Browse the repository at this point in the history
Signed-off-by: ecaepp <[email protected]>
  • Loading branch information
ecaepp committed Dec 10, 2018
1 parent ab0102c commit 2b846cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/installation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install Python OpenSSL package
apt:
pkg: "{{ python2-pkgs }}"
pkg: "{{ python2_pkgs }}"
when: ansible_python_version < '3'

- name: Install Python OpenSSL package
Expand Down

0 comments on commit 2b846cb

Please sign in to comment.