Created
August 29, 2019 04:13
-
-
Save kudaliar032/87d5674ab84c7a9e1b326ccdebb52a54 to your computer and use it in GitHub Desktop.
3- Windows Server 2016 Automation dengan Ansible
This file contains hidden or 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: windows | |
tasks: | |
- name: install git on windows | |
win_chocolatey: | |
name: git | |
state: present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment