Skip to content

Commit

Permalink
Update debian.yml
Browse files Browse the repository at this point in the history
Поправил ошибку в контроле версии pganlayze
  • Loading branch information
M1ha-Shvn authored Oct 10, 2023
1 parent 94f6b9e commit c60365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: install | install or update packages
apt:
name:
- "{{ pganalyze_package }}{% if pganalyze_version | bool and pganalyze_version != 'latest' %}={{ pganalyze_version }}*{% endif %}"
- "{{ pganalyze_package }}{% if pganalyze_version != 'latest' %}={{ pganalyze_version }}*{% endif %}"
state: latest
install_recommends: true
force: true
Expand Down

0 comments on commit c60365c

Please sign in to comment.