ansible-personal/requirements.yml
Alan Orth 42501acb74
Add install instructions for ansible-relayor
There are several ways to install external roles, ie via ansible-galaxy,
git submodules, etc. I found that adding this role to a requirements.yml
file and adding instructions to the README.md is probably the best way.

Using ansible-galaxy actually had issues because the ansible-relayor git
repository has version tags that use mixed styles, like v0.3.3 and 0.1.0
without a v.
2018-05-07 10:54:40 +03:00

6 lines
113 B
YAML

- src: https://github.com/nusenu/ansible-relayor
name: nusenu.relayor
version: master
# vim: set sw=2 ts=2: