diff options
author | Kristóf Havasi <chris.hvse@gmail.com> | 2017-12-30 03:08:28 +0100 |
---|---|---|
committer | René Moser <mail@renemoser.net> | 2017-12-30 03:08:28 +0100 |
commit | a05ed65295aa5b0531f3e292ee743ef0f646c80a (patch) | |
tree | 9db3ef71990020e2834839ac04b6ba31811682c0 /contrib | |
parent | 2f6fedd91ff745941d7d0264c92ef90627d4ec8d (diff) | |
download | ansible-a05ed65295aa5b0531f3e292ee743ef0f646c80a.tar.gz |
consul_io.py: typo fixed in docs (#34292)
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/inventory/consul_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inventory/consul_io.py b/contrib/inventory/consul_io.py index 6dc3ff18fc..f9edd88add 100755 --- a/contrib/inventory/consul_io.py +++ b/contrib/inventory/consul_io.py @@ -255,7 +255,7 @@ class ConsulInventory(object): self.load_data_for_datacenter(datacenter) def load_availability_groups(self, node, datacenter): - '''check the health of each service on a node and add add the node to either + '''check the health of each service on a node and add the node to either an 'available' or 'unavailable' grouping. The suffix for each group can be controlled from the config''' if self.config.has_config('availability'): |