Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created July 23, 2017 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesBochet/358427dfa82e12b3fee0fb0d1bd98b58 to your computer and use it in GitHub Desktop.
Save charlesBochet/358427dfa82e12b3fee0fb0d1bd98b58 to your computer and use it in GitHub Desktop.
---
- hosts: all
gather_facts: False
tasks:
- name: Ensure git is installed.
yum:
name: git
state: installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment