Skip to content

Commit

Permalink
Merge pull request #106 from remkade/arm64_support
Browse files Browse the repository at this point in the history
Adding support for arm64 systems
  • Loading branch information
dj-wasabi committed Aug 23, 2019
2 parents 4b6f773 + 341a00f commit 2687513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
when:
- ansible_architecture == "x86_64"

- name: "Debian | Set telegraf_agent_package_arch specific for arm64"
set_fact:
telegraf_agent_package_arch: "armhf"
when:
- ansible_architecture == "arm64"

- name: "Debian | Ensure the system can use the HTTPS transport for APT"
stat:
path: /usr/lib/apt/methods/https
Expand Down

0 comments on commit 2687513

Please sign in to comment.