Skip to content

Commit

Permalink
fix: remove explicit references to amd64 in deb repository configs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroberts87 authored Jun 13, 2023
1 parent 3f12907 commit 874cb44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

- name: (deb) Configure Sysdig Repository
ansible.builtin.apt_repository:
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/sysdig.asc] {{ agent_install_deb_repository_url }} stable-amd64/"
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/sysdig.asc] {{ agent_install_deb_repository_url }} stable-$(ARCH)/"
filename: sysdig
state: present

0 comments on commit 874cb44

Please sign in to comment.