fixing and adding packages
This commit is contained in:
4
tasks/Debian/zig.yml
Normal file
4
tasks/Debian/zig.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: add zig to altpkgs
|
||||
ansible.builtin.set_fact:
|
||||
altpkgs: "{{ altpkgs + [ 'zig' ] }}"
|
||||
Reference in New Issue
Block a user