Skip to content

Instantly share code, notes, and snippets.

@jesseloudon
Created November 9, 2020 04:19
Show Gist options
  • Save jesseloudon/e106f3c50f3446c7be2389012b287a4c to your computer and use it in GitHub Desktop.
Save jesseloudon/e106f3c50f3446c7be2389012b287a4c to your computer and use it in GitHub Desktop.
Molecule Azure Windows prepare.yml example 3/4
---
-
gather_facts: true
hosts: all
name: Prepare
tasks:
-
debug:
msg: "{{ ansible_facts['distribution'] }}"
name: "print OS version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment