Skip to content

Commit

Permalink
Merge pull request #136 from mlintern/patch-1
Browse files Browse the repository at this point in the history
Add version to graylog tmp repository file
  • Loading branch information
Donald Morton authored Aug 4, 2020
2 parents ec061c2 + b2e0d8f commit 1ff5641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: "Graylog repository package should be downloaded"
get_url:
url: "{{ graylog_apt_deb_url }}"
dest: "/tmp/graylog_repository.deb"
dest: "/tmp/graylog_{{ graylog_version }}_repository.deb"
when: graylog_manage_apt_repo

- name: "Package 'apt-transport-https' should be installed"
Expand All @@ -13,7 +13,7 @@

- name: "Graylog repository package should be installed"
apt:
deb: "/tmp/graylog_repository.deb"
deb: "/tmp/graylog_{{ graylog_version }}_repository.deb"
state: present
dpkg_options: "force-all"
when: graylog_manage_apt_repo
Expand Down

0 comments on commit 1ff5641

Please sign in to comment.