ansible/linux/test-listpkgs.yaml
2025-04-10 01:29:42 -05:00

11 lines
163 B
YAML

---
- hosts: all
gather_facts: yes
become: yes
tasks:
- name: Print the package facts
ansible.builtin.debug:
var: ansible_facts.packages