diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-03-26 20:48:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 00:48:39 +0000 |
commit | 4f83f5cf80ca92bf91792a0cd4621744b4f1c37e (patch) | |
tree | 7e37f5cab203d5ab92022ffcadc8cc24c2eef6cb /tests/integration/targets/vyos_bgp_address_family/meta/main.yaml | |
parent | c936f0c6d7138e23f4d8c14c4bb1c5727ab303fc (diff) | |
download | vyos-ansible-old-4f83f5cf80ca92bf91792a0cd4621744b4f1c37e.tar.gz vyos-ansible-old-4f83f5cf80ca92bf91792a0cd4621744b4f1c37e.zip |
Add vyos_bgp_address_family resource module. (#132)
Add vyos_bgp_address_family resource module.
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/integration/targets/vyos_bgp_address_family/meta/main.yaml')
-rw-r--r-- | tests/integration/targets/vyos_bgp_address_family/meta/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_bgp_address_family/meta/main.yaml b/tests/integration/targets/vyos_bgp_address_family/meta/main.yaml new file mode 100644 index 0000000..7413320 --- /dev/null +++ b/tests/integration/targets/vyos_bgp_address_family/meta/main.yaml @@ -0,0 +1,3 @@ +--- +dependencies: + - prepare_vyos_tests |