mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix tabbed indentation in network/haproxy.py
This commit is contained in:
@@ -312,9 +312,9 @@ class HAProxy(object):
|
||||
Figure out what you want to do from ansible, and then do it.
|
||||
"""
|
||||
|
||||
self.get_current_state(self.host, self.backend)
|
||||
self.previous_states = ','.join(self.status_server)
|
||||
self.previous_weights = ','.join(self.status_weight)
|
||||
self.get_current_state(self.host, self.backend)
|
||||
self.previous_states = ','.join(self.status_server)
|
||||
self.previous_weights = ','.join(self.status_weight)
|
||||
|
||||
# toggle enable/disbale server
|
||||
if self.state == 'enabled':
|
||||
|
||||
Reference in New Issue
Block a user