Skip to content

Commit

Permalink
Empty commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aybarsm committed Jun 27, 2024
1 parent f42b44d commit 482f815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/package_manager/vars/common.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
linux_package_manager_packages_all: "{{ linux_package_manager_all | selectattr('type', 'equalto', 'package') |
aybarsm.helper.selectattr_defined(attributes=__linux_package_manager_uniques_package, logic='or') |
aybarsm.helper.unique_recursive(attributes=__linux_package_manager_uniques_package) | default([]) }}"

linux_package_manager_repos_all: "{{ linux_package_manager_all | selectattr('type', 'equalto', 'repo') |
aybarsm.helper.selectattr_defined(attributes=__linux_package_manager_uniques_repo, logic='or') |
aybarsm.helper.unique_recursive(attributes=__linux_package_manager_uniques_repo) | default([]) }}"

linux_package_manager_repo_keys_all: "{{ linux_package_manager_all | selectattr('type', 'equalto', 'repo_key') |
aybarsm.helper.selectattr_defined(attributes=__linux_package_manager_uniques_repo_key, logic='or') |
aybarsm.helper.unique_recursive(attributes=__linux_package_manager_uniques_repo_key) | default([]) }}"

0 comments on commit 482f815

Please sign in to comment.