mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 18:31:25 -07:00
centralized the definition of 'localhost'
This commit is contained in:
parent
29724f359b
commit
961bee00d5
3 changed files with 13 additions and 13 deletions
|
@ -245,3 +245,4 @@ VAULT_VERSION_MIN = 1.0
|
|||
VAULT_VERSION_MAX = 1.0
|
||||
MAX_FILE_SIZE_FOR_DIFF = 1*1024*1024
|
||||
TREE_DIR = None
|
||||
LOCALHOST = frozenset(['127.0.0.1', 'localhost', '::1'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue