A 'block' directive was missing.

This commit is contained in:
Andrea Dell'Amico 2019-06-24 18:33:09 +02:00
parent 9fd5c932d5
commit 63d95a54b3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- ansible_distribution_version is version_compare('18.04', '<')
tags: [ "python", "py3_env", "py3_env_pkgs", 'python3' ]
- block:
- name: Install the python3 deb packages
apt: name={{ py3_env_dpkg }} state={{ py3_env_pkgs_state }} update_cache=yes cache_valid_time=600