fix: Move incus template files into correct role
Moved from system role where they used to be required into the (currently disabled) incus installation role.
This commit is contained in:
parent
66d1032869
commit
54b8404743
3 changed files with 0 additions and 0 deletions
8
roles/incus-install/files/incus.sources.tpl
Normal file
8
roles/incus-install/files/incus.sources.tpl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Managed by Ansible, do not modify.
|
||||
Enabled: yes
|
||||
Types: deb
|
||||
URIs: https://pkgs.zabbly.com/incus/{{ task_release }}/
|
||||
Suites: {{ ansible_distribution_release }}
|
||||
Components: main
|
||||
Architectures: {{ dpkg_architecture.stdout }}
|
||||
Signed-By: /etc/apt/keyrings/ansible-zabbly.asc
|
||||
Loading…
Add table
Add a link
Reference in a new issue