Skip to content

Commit

Permalink
various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Feb 26, 2024
1 parent e56cb83 commit f449510
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions roles/apt/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ manala_apt_repositories_patterns:
newrelic-infra:
uris: https://download.newrelic.com/infrastructure_agent/linux/apt
suites: "{{ ansible_facts.distribution_release }}"
components: newrelic-infra
components: main
key: newrelic-infra
legacy_file: download_newrelic_com_infrastructure_agent_linux_apt.list
influxdata:
Expand Down Expand Up @@ -620,12 +620,25 @@ manala_apt_keys_patterns:
checksum: sha256:e74c2b7fbe75d84b3350a5f0a93df95798d99bc1c0b6399e174b36eb162229ef
rabbitmq:
url: https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
url: https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/gpg.9F4587F226208342.key

Check failure on line 623 in roles/apt/vars/main.yaml

View workflow job for this annotation

GitHub Actions / Lint

yaml[key-duplicates]

Duplication of key "url" in mapping
file: rabbitmq.asc
checksum: sha256:bf3d770e522b9436d9c6bee1b1206cba6800fc64d754b1293471038eb9529138
checksum: sha256:17b3eeb98b7aabe659b0e2579715d1ae4e328b58a401434599495779c59ac73a
proxmox:
url: http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg
url: "{{

Check warning on line 627 in roles/apt/vars/main.yaml

View workflow job for this annotation

GitHub Actions / Lint

jinja[spacing]

Jinja2 spacing could be improved: {{ { 'buster': 'http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg', 'bullseye': 'http://download.proxmox.com/debian/proxmox-release-bullseye.gpg', 'bookworm': 'http://download.proxmox.com/debian/proxmox-release-bookworm.gpg', }\[ansible_facts.distribution_release] }} -> {{ {
{
'buster': 'http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg',
'bullseye': 'http://download.proxmox.com/debian/proxmox-release-bullseye.gpg',
'bookworm': 'http://download.proxmox.com/debian/proxmox-release-bookworm.gpg',
}[ansible_facts.distribution_release]
}}"
file: proxmox.gpg
checksum: sha256:0d47e36e0d8e876bb694ce75766c9490d5cec4e2efadabe4ad8f2020ebb3924a
checksum: "{{

Check warning on line 635 in roles/apt/vars/main.yaml

View workflow job for this annotation

GitHub Actions / Lint

jinja[spacing]

Jinja2 spacing could be improved: {{ { 'buster': 'sha256:2781fd6fdcc63a95576bdbf3b95bbf21fac3ea330ad6a4311d4dfec4016ac02e', 'bullseye': 'sha256:411b420c3ab024d099e1ef55d06695a9d90a7db7c49b76fa719b453eb376093e', 'bookworm': 'sha256:13a87cec79f2d05f40f125629e4b509080a5c0286608bea273e36be9809ecaba', }\[ansible_facts.distribution_release] }} -> {{ {
{
'buster': 'sha256:2781fd6fdcc63a95576bdbf3b95bbf21fac3ea330ad6a4311d4dfec4016ac02e',
'bullseye': 'sha256:411b420c3ab024d099e1ef55d06695a9d90a7db7c49b76fa719b453eb376093e',
'bookworm': 'sha256:13a87cec79f2d05f40f125629e4b509080a5c0286608bea273e36be9809ecaba',
}[ansible_facts.distribution_release]
}}"
galera:
url: https://keys.openpgp.org/vks/v1/by-fingerprint/44B7345738EBDE52594DAD80D669017EBC19DDBA
file: galera.asc
Expand Down

0 comments on commit f449510

Please sign in to comment.