Skip to content

Instantly share code, notes, and snippets.

@jesseloudon
Created November 9, 2020 04:06
Show Gist options
  • Save jesseloudon/da51964d2dd434ac4e46af0a703b415a to your computer and use it in GitHub Desktop.
Save jesseloudon/da51964d2dd434ac4e46af0a703b415a to your computer and use it in GitHub Desktop.
Molecule Azure CentOS 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