forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of adellam/ansible-roles into master
This commit is contained in:
commit
8143568697
|
@ -8,6 +8,7 @@
|
||||||
- ansible_distribution_version is version_compare('18.04', '<')
|
- ansible_distribution_version is version_compare('18.04', '<')
|
||||||
tags: [ "python", "py3_env", "py3_env_pkgs", 'python3' ]
|
tags: [ "python", "py3_env", "py3_env_pkgs", 'python3' ]
|
||||||
|
|
||||||
|
- block:
|
||||||
- name: Install the python3 deb packages
|
- name: Install the python3 deb packages
|
||||||
apt: name={{ py3_env_dpkg }} state={{ py3_env_pkgs_state }} update_cache=yes cache_valid_time=600
|
apt: name={{ py3_env_dpkg }} state={{ py3_env_pkgs_state }} update_cache=yes cache_valid_time=600
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue