Files
ansible_role_package/tasks/pkgs/pandoc.yml
Matthew Stobbs 0f2d22f3c5 packages are more generic
- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
2025-01-23 00:29:58 -07:00

7 lines
105 B
YAML

---
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + [ 'pandoc' ] }}"
tags:
- package