Merge pull request #106 from remkade/arm64_support

Adding support for arm64 systems
This commit is contained in:
Werner Dijkerman
2019-08-23 07:04:38 +02:00
committed by GitHub

View File

@ -16,6 +16,12 @@
when: when:
- ansible_architecture == "x86_64" - 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" - name: "Debian | Ensure the system can use the HTTPS transport for APT"
stat: stat:
path: /usr/lib/apt/methods/https path: /usr/lib/apt/methods/https