ansible/linux/test-listpkgs.yaml

11 lines
161 B
YAML

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