Created
June 8, 2020 18:46
-
-
Save dword4/a91ecbac5f68a141354b698114776a7e to your computer and use it in GitHub Desktop.
wtf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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