summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorKristóf Havasi <chris.hvse@gmail.com>2017-12-30 03:08:28 +0100
committerRené Moser <mail@renemoser.net>2017-12-30 03:08:28 +0100
commita05ed65295aa5b0531f3e292ee743ef0f646c80a (patch)
tree9db3ef71990020e2834839ac04b6ba31811682c0 /contrib
parent2f6fedd91ff745941d7d0264c92ef90627d4ec8d (diff)
downloadansible-a05ed65295aa5b0531f3e292ee743ef0f646c80a.tar.gz
consul_io.py: typo fixed in docs (#34292)
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/inventory/consul_io.py2
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'):