mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
consul.py doc fix (#2589)
Small fix to the examples section of consul.py
This commit is contained in:
parent
ef23cf31b0
commit
51eb68b4d7
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
- name: register nginx with an http check
|
- name: register nginx with an http check
|
||||||
consul:
|
consul:
|
||||||
name: nginx
|
service_name: nginx
|
||||||
service_port: 80
|
service_port: 80
|
||||||
interval: 60s
|
interval: 60s
|
||||||
http: /status
|
http: /status
|
||||||
|
|
Loading…
Reference in a new issue