Actualiser playbook.yaml
This commit is contained in:
parent
687864e787
commit
79ccbbdbf4
1 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,8 @@
|
||||||
|
|
||||||
- name: Add adoptium.net APT repository file
|
- name: Add adoptium.net APT repository file
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.apt_repository:
|
||||||
repo: "deb [signed-by={{ path_adoptium_apt_keyrings }}] https://packages.adoptium.net/artifactory/deb {{ ansible_distribution_release }} main"
|
repo: >-
|
||||||
|
deb [signed-by={{ path_adoptium_apt_keyrings }}]
|
||||||
|
https://packages.adoptium.net/artifactory/deb {{ ansible_distribution_release }} main"
|
||||||
filename: adoptium
|
filename: adoptium
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue