Skip to content

naokirin/ansible-apt-cyg-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Ansible apt-cyg module

Require

apt-cyg: https://github.com/transcode-open/apt-cyg

Usage

This is a easier usage.

$ git clone https://github.com/naokirin/ansible-apt-cyg-module.git
$ cd ansible-apt-cyg-module
$ cp -r library /your/playbook/path

your-playbook.yml

---
- hosts: cygwin
  tasks:
    - name: install git
      apt-cyg: name=git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages