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