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:
# {{ ansible_managed }}
{% for source in item.sources %}
<source>
  @type tail
  format {{ source.format }}
  path {{ source.path }}
  pos_file {{ source.pos_file }}
  read_from_head {{ source.read_from_head|string|lower }}
  tag {{ source.tag }}
</source>
{% endfor %}