From 78dfc557485abff7051583590c8154c3bc672bd8 Mon Sep 17 00:00:00 2001 From: iRaven Date: Thu, 10 Apr 2025 01:27:52 -0500 Subject: [PATCH] Add linux/test-listpkgs.yaml --- linux/test-listpkgs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 linux/test-listpkgs.yaml 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