Skip to content

Commit

Permalink
Install datadog-signing-keys package on Debian/Ubuntu (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavek Kabrda authored Jul 1, 2021
1 parent 9f0941c commit 2d07555
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/pkg-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,11 @@

- include_tasks: pkg-debian/install-latest.yml
when: datadog_agent_debian_version is not defined

- name: Install latest datadog-signing-keys package
apt:
name: datadog-signing-keys
state: latest # noqa 403
# we don't use update_cache: yes, as that was just done by the install-pinned/install-latest
register: datadog_signing_keys_install
when: not ansible_check_mode

0 comments on commit 2d07555

Please sign in to comment.