Skip to content

Commit

Permalink
fix: package install
Browse files Browse the repository at this point in the history
  • Loading branch information
fadnincx committed May 4, 2023
1 parent 4b86f47 commit 7b6f4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: install generally required packages
ansible.builtin.package:
name: "{{ potos_basics_packages | join(' ') }}"
name: "{{ potos_basics_packages }}"
state: "{{ potos_basics_packages_enforce_latest | ternary('latest', 'present') }}"

- name: create local work dir
Expand Down

0 comments on commit 7b6f4fc

Please sign in to comment.