repo migration

This commit is contained in:
2025-05-13 08:39:58 -04:00
commit a596274ca6
9 changed files with 184 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
- hosts: apthosts
tasks:
- name: Install a list of packages with a list variable
ansible.builtin.package:
name: "{{ packages }}"
vars:
packages:
- qemu-guest-agent