Skip to content

Commit

Permalink
Merge pull request #53 from cptBlackBeer/patch-1
Browse files Browse the repository at this point in the history
Fix install_apt_package.yml
  • Loading branch information
sbaerlocher authored Jun 11, 2024
2 parents 9845837 + eb6f5bf commit 17d0b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/apt_packages/tasks/install_apt_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Ensure apt package {{ apt_package_name }}
become: true
ansible.builtin.apt:
pkg: >-
name: >-
{% if apt_package_version and apt_package_version | length > 0 %}
{{ apt_package_name }}={{ apt_package_version }}
{% else %}
Expand Down

0 comments on commit 17d0b5f

Please sign in to comment.