diff options
author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2019-11-14 21:12:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-14 21:12:21 +0000 |
commit | 9ff58c4b565a1c0f2136071e4346467ae1c707b3 (patch) | |
tree | 81121acdf34edc3b6eb922f7b307347b005beae6 | |
parent | 76497f9ee8b04d2cd65c0bd85886a0099221992a (diff) | |
parent | 939b56efc6463cbe03904bb0386a41465805d908 (diff) | |
download | vyos-ansible-old-9ff58c4b565a1c0f2136071e4346467ae1c707b3.tar.gz vyos-ansible-old-9ff58c4b565a1c0f2136071e4346467ae1c707b3.zip |
Merge pull request #48 from pabelanger/temp/version
Updates needed for publish to galaxy
Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r-- | galaxy.yml | 15 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 6 insertions, 10 deletions
@@ -1,14 +1,9 @@ --- -authors: [] -dependencies: {} -description: '' -documentation: '' -homepage: '' -issues: '' -license: [] +authors: + - Ansible Network Community (ansible-network) +license_file: LICENSE name: vyos namespace: vyos readme: README.rst -repository: '' -tags: [] -version: 1.0.0 +repository: https://github.com/ansible-network/ansible_collections.vyos.vyos +version: 0.0.1 diff --git a/requirements.txt b/requirements.txt index e69de29..90d4055 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1 @@ +ansible |