manage_repositories/vars/debian.yml
Bertrand Lanson a05133ec81
Some checks reported warnings
test / Molecule tests (default, debian11) (push) Has been cancelled
test / Molecule tests (default, debian12) (push) Has been cancelled
test / Molecule tests (default, ubuntu2004) (push) Has been cancelled
test / Molecule tests (default, ubuntu2204) (push) Has been cancelled
test / Molecule tests (with_custom_repo, debian11) (push) Has been cancelled
test / Linting (push) Has been cancelled
test / Molecule tests (with_custom_repo, debian12) (push) Has been cancelled
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Has been cancelled
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Has been cancelled
added debian values, still needs debugging
2023-09-13 00:09:18 +02:00

24 lines
697 B
YAML

---
# vars file for manage_repositories
manage_repositories_default_repo:
- name: debian
uri: "{{ manage_repositories_main_repo_uri[ansible_distribution|lower] }}"
comments: "debian main repository"
types:
- deb
suites:
- "{{ ansible_distribution_release }}"
- "{{ ansible_distribution_release }}-updates"
- "{{ ansible_distribution_release }}-backports"
components:
- main
- name: debian-security
uri: "{{ manage_repositories_main_repo_uri[ansible_distribution|lower] }}-security"
comments: "debian main repository"
types:
- deb
suites:
- "{{ ansible_distribution_release }}-security"
components:
- main