We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0102c commit 2b846cbCopy full SHA for 2b846cb
tasks/installation.yml
@@ -1,7 +1,7 @@
1
---
2
- name: Install Python OpenSSL package
3
apt:
4
- pkg: "{{ python2-pkgs }}"
+ pkg: "{{ python2_pkgs }}"
5
when: ansible_python_version < '3'
6
7
0 commit comments