mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
Update sources
This commit is contained in:
parent
c3e2346397
commit
bcf4d6d20c
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
- name: add eth zurich apt (main non-free)
|
||||
become: true
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb-src https://debian.ethz.ch/debian/ {{ ansible_distribution_release }} main non-free"
|
||||
repo: "deb https://debian.ethz.ch/debian/ {{ ansible_distribution_release }} main non-free"
|
||||
state: present
|
||||
mode: 0644
|
||||
when:
|
||||
|
@ -39,7 +39,7 @@
|
|||
- name: add eth zurich apt (main contrib non-free)
|
||||
become: true
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb-src https://debian.ethz.ch/debian/ {{ ansible_distribution_release }} main contrib non-free"
|
||||
repo: "deb https://debian.ethz.ch/debian/ {{ ansible_distribution_release }} main contrib non-free"
|
||||
state: present
|
||||
mode: 0644
|
||||
when:
|
||||
|
|
|
@ -61,5 +61,5 @@ base__linux_packages:
|
|||
- bzip2
|
||||
- jq
|
||||
|
||||
playbook_version_number: 9012
|
||||
playbook_version_number: 9013
|
||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||
|
|
Loading…
Reference in a new issue