ansible/system/pkg_install.yml
2026-03-21 17:42:45 +00:00

7 lines
117 B
YAML

- hosts: localhost
tasks:
- name: Install package
apt:
name: "{{ name }}"
state: present