renamed install task to avoid confusion with pip role

This commit is contained in:
Bertrand Lanson 2023-03-16 23:44:29 +01:00
parent 0704fa8c03
commit a0ba0cd5bf

View File

@ -5,7 +5,7 @@
update_cache: yes
cache_valid_time: 3600
- name: "Install/remove required packages"
- name: "Install/remove required apt packages"
ansible.builtin.apt:
name: "{{ item.name }}{% if item.version not in [None, '', 'latest'] %}={{ item.version }}{% endif %}"
state: "{{ item.state }}"