Skip to content

Commit

Permalink
ci: fix check-unused-variables (2)
Browse files Browse the repository at this point in the history
Signed-off-by: juju4 <juju4@users.noreply.github.com>
  • Loading branch information
juju4 committed Jan 19, 2025
1 parent 940c21e commit 3cb0642
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/dns_exporter/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
_dns_exporter_go_ansible_arch: "{{ {'i386': '386',
'x86_64': 'amd64',
'aarch64': 'arm64',
'armv7l': 'armv7',
'armv6l': 'armv6'}.get(ansible_architecture, ansible_architecture) }}"
_dns_exporter_repo: "tykling/dns_exporter"
_github_api_headers: "{{ {'GITHUB_TOKEN': lookup('ansible.builtin.env', 'GITHUB_TOKEN')} if (lookup('ansible.builtin.env', 'GITHUB_TOKEN')) else {} }}"

0 comments on commit 3cb0642

Please sign in to comment.