ec2_group_facts: Fail correctly when boto3 is not installed
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
parent
cb76200c7d
commit
4a57cba86d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ try:
|
|||
from botocore.exceptions import ClientError
|
||||
HAS_BOTO3 = True
|
||||
except ImportError:
|
||||
HAS_BOTO3 = Falsentry
|
||||
HAS_BOTO3 = False
|
||||
|
||||
import traceback
|
||||
|
||||
|
|
Loading…
Reference in a new issue