Загрузка данных
--- - name: Test play hosts: all tasks: - name: Test task debug: msg: "{{ ansible_distribution_version }}" ...