repo migration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user