From 8fb46d8dee77c073df1e66008a5fa1a7ae8a51b0 Mon Sep 17 00:00:00 2001 From: mojoaar Date: Thu, 17 Jul 2025 05:29:17 +0000 Subject: [PATCH] distribution.yml Added distribution.yml --- distribution.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 distribution.yml diff --git a/distribution.yml b/distribution.yml new file mode 100644 index 0000000..e10beaa --- /dev/null +++ b/distribution.yml @@ -0,0 +1,7 @@ +- hosts: all + become: true + gather_facts: yes + + tasks: + - name: Distribution + debug: msg="{{ ansible_distribution }}" \ No newline at end of file