1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

Merge pull request #16 from roles-ansible/DO1JLR-patch-1

Update main.yml
This commit is contained in:
L3D 2024-07-02 00:37:35 +02:00 committed by GitHub
commit 0348a3bb5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -25,6 +25,6 @@
become: true
ansible.builtin.package:
name: "*"
state: "{{ base__package_state }}"
state: "{{ packages__package_state }}"
when:
- packages__upgrade_all | bool

View file

@ -51,5 +51,5 @@ packages__cli:
- jq
- zstd
packages__playbook_version_number: 9
packages__playbook_version_number: 10
packages__playbook_version_path: 'l3d.base.packages.version'