From af0977c9fca1134b6a29370179180c5067d38d03 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Fri, 21 Oct 2022 12:37:09 +0200 Subject: [PATCH] print facts playbook --- get_distribution.yml => print_facts.yml | 1 + 1 file changed, 1 insertion(+) rename get_distribution.yml => print_facts.yml (88%) diff --git a/get_distribution.yml b/print_facts.yml similarity index 88% rename from get_distribution.yml rename to print_facts.yml index f3fef20..3a31f9b 100644 --- a/get_distribution.yml +++ b/print_facts.yml @@ -8,5 +8,6 @@ debug: "msg={{ item }}" with_items: - "{{ ansible_distribution }}" + - "{{ ansible_architecture }}" - "{{ ansible_distribution_version }}" - "{{ ansible_distribution_major_version }}"