mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed version on consul modules
This commit is contained in:
parent
359ba023e3
commit
ce8db1cf79
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ requirements:
|
|||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
version_added: "2.0"
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -29,7 +29,7 @@ requirements:
|
|||
- python-consul
|
||||
- pyhcl
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
version_added: "2.0"
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
mgmt_token:
|
||||
|
|
|
@ -31,7 +31,7 @@ requirements:
|
|||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
version_added: "2.0"
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -29,7 +29,7 @@ requirements:
|
|||
- "python >= 2.6"
|
||||
- python-consul
|
||||
- requests
|
||||
version_added: "1.9"
|
||||
version_added: "2.0"
|
||||
author: '"Steve Gargan (@sgargan)" <steve.gargan@gmail.com>'
|
||||
options:
|
||||
state:
|
||||
|
|
Loading…
Reference in a new issue