Skip to content

Commit 3cb0642

Browse files
committed
ci: fix check-unused-variables (2)
Signed-off-by: juju4 <[email protected]>
1 parent 940c21e commit 3cb0642

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

roles/dns_exporter/vars/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
---
2-
_dns_exporter_go_ansible_arch: "{{ {'i386': '386',
3-
'x86_64': 'amd64',
4-
'aarch64': 'arm64',
5-
'armv7l': 'armv7',
6-
'armv6l': 'armv6'}.get(ansible_architecture, ansible_architecture) }}"
72
_dns_exporter_repo: "tykling/dns_exporter"
83
_github_api_headers: "{{ {'GITHUB_TOKEN': lookup('ansible.builtin.env', 'GITHUB_TOKEN')} if (lookup('ansible.builtin.env', 'GITHUB_TOKEN')) else {} }}"

0 commit comments

Comments
 (0)