mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
PEP8 E712 fixes (#21916)
This commit is contained in:
parent
5d39056379
commit
305c88700d
34 changed files with 103 additions and 123 deletions
|
@ -115,7 +115,7 @@ class LookupModule(LookupBase):
|
|||
... flat=0 # returns a dict; default is 1 == string
|
||||
'''
|
||||
|
||||
if HAVE_DNS == False:
|
||||
if HAVE_DNS is False:
|
||||
raise AnsibleError("Can't LOOKUP(dig): module dns.resolver is not installed")
|
||||
|
||||
# Create Resolver object so that we can set NS if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue