Skip to content

Instantly share code, notes, and snippets.

@kudaliar032
Created August 29, 2019 04:13
Show Gist options
  • Save kudaliar032/87d5674ab84c7a9e1b326ccdebb52a54 to your computer and use it in GitHub Desktop.
Save kudaliar032/87d5674ab84c7a9e1b326ccdebb52a54 to your computer and use it in GitHub Desktop.
3- Windows Server 2016 Automation dengan Ansible
---
- 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