mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #15037 from vladpanainte/gce_fix
remove logging warning from GCE inventory
This commit is contained in:
@@ -90,6 +90,9 @@ import os
|
||||
import argparse
|
||||
import ConfigParser
|
||||
|
||||
import logging
|
||||
logging.getLogger('libcloud.common.google').addHandler(logging.NullHandler())
|
||||
|
||||
try:
|
||||
import json
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user