5 lines
99 B
YAML
5 lines
99 B
YAML
---
|
|
- name: append to pkgs
|
|
ansible.builtin.set_fact:
|
|
syspkgs: "{{ syspkgs + [ 'podman' ] }}"
|