Skip to content

Commit

Permalink
fix: basic_extra_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
victorely committed Oct 15, 2024
1 parent 20e854b commit 30e4379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Install common packages
package:
name: "{{ basic_common_pakages }}"
name: "{{ basic_common_packages }}"

- name: Set specific packages based on Ubuntu version
set_fact:
Expand All @@ -27,7 +27,7 @@
- name: Install common and specific packages
package:
name: "{{ basic_common_packages + specific_packages }}"
name: "{{ basic_extra_packages + specific_packages }}"
state: present

- name: Ensure Python2 lib are presents (CentOS 7)
Expand Down

0 comments on commit 30e4379

Please sign in to comment.