Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
---
- name: "[include epel tasks]"
  include_tasks: RedHat.yml
  when: ansible_os_family == 'RedHat'

- name: "[include debian tasks]"
  include_tasks: Debian.yml
  when: ansible_os_family == 'Debian'

- name: "[include darwin tasks]"
  include_tasks: Darwin.yml
  when: ansible_os_family == 'Darwin'