install passlib for python2 on 18.04
This commit is contained in:
parent
3e520d4ed4
commit
e6b061a043
|
@ -4,7 +4,7 @@
|
|||
apt: pkg=python-passlib state=present cache_valid_time=3600
|
||||
when:
|
||||
- ansible_distribution_file_variety == "Debian"
|
||||
- ansible_distribution_version is version_compare('18.04', '<')
|
||||
- ansible_distribution_version is version_compare('18.04', '<=')
|
||||
|
||||
- name: Install the python passlib library on deb based distributions
|
||||
apt: pkg=python3-passlib state=present cache_valid_time=3600
|
||||
|
|
Loading…
Reference in New Issue