Skip to content

Commit

Permalink
Merge pull request #16 from roles-ansible/DO1JLR-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
DO1JLR authored Jul 1, 2024
2 parents 8dbf8e1 + 85bcfaf commit 0348a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
become: true
ansible.builtin.package:
name: "*"
state: "{{ base__package_state }}"
state: "{{ packages__package_state }}"
when:
- packages__upgrade_all | bool
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 0348a3b

Please sign in to comment.