diff --git a/linux/test-listpkgs.yaml b/linux/test-listpkgs.yaml new file mode 100644 index 0000000..b328f05 --- /dev/null +++ b/linux/test-listpkgs.yaml @@ -0,0 +1,11 @@ +--- + +- hosts: all + gather_facts: yes + become: yes + + tasks: + + - name: Print the package facts + ansible.builtin.debug: + var: ansible_facts.packages \ No newline at end of file