Skip to content

Commit

Permalink
feat: change name task
Browse files Browse the repository at this point in the history
  • Loading branch information
victorely committed Oct 15, 2024
1 parent 0c179e2 commit 29d3ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{ ubuntu_22_packages if ansible_distribution == 'Ubuntu' and ansible_distribution_version is version_compare('22', '<=') else
ubuntu_24_packages if ansible_distribution == 'Ubuntu' and ansible_distribution_version is version_compare('24', '>=') else [] }}
- name: Install common and specific packages
- name: Install extra and specific packages
package:
name: "{{ basic_extra_packages + specific_packages }}"
state: present
Expand Down

0 comments on commit 29d3ee5

Please sign in to comment.