mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Update main.yml
fix packages__package_state name Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
parent
8dbf8e11c6
commit
e15db99888
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: "*"
|
name: "*"
|
||||||
state: "{{ base__package_state }}"
|
state: "{{ packages__package_state }}"
|
||||||
when:
|
when:
|
||||||
- packages__upgrade_all | bool
|
- packages__upgrade_all | bool
|
||||||
|
|
Loading…
Reference in a new issue