Skip to content

Instantly share code, notes, and snippets.

@dword4
Created June 8, 2020 18:46
Show Gist options
  • Save dword4/a91ecbac5f68a141354b698114776a7e to your computer and use it in GitHub Desktop.
Save dword4/a91ecbac5f68a141354b698114776a7e to your computer and use it in GitHub Desktop.
wtf
- hosts: all
tasks:
- name: Installing git
become: true
become_user: root
yum:
name: git
state: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment