renamed install task to avoid confusion with pip role
This commit is contained in:
parent
0704fa8c03
commit
a0ba0cd5bf
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user