Skip to content

Commit 2b846cb

Browse files
committed
[FIX] Typo.
Signed-off-by: ecaepp <[email protected]>
1 parent ab0102c commit 2b846cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Install Python OpenSSL package
33
apt:
4-
pkg: "{{ python2-pkgs }}"
4+
pkg: "{{ python2_pkgs }}"
55
when: ansible_python_version < '3'
66

77
- name: Install Python OpenSSL package

0 commit comments

Comments
 (0)