c800638473
ansible-lint now supports settings in a file, including exclude_paths. This lets us simplfy the ansible-lint command. Also, stop installing zuul and just use a fake zuul_return and zuul_console to fake out ansible-lint. Change-Id: I1482a9ab915cec2d45695b60cdbeb93d58cb392c
7 lines
150 B
Python
7 lines
150 B
Python
# This is a fake zuul_return to make ansible-lint happy
|
|
from ansible.module_utils.basic import AnsibleModule
|
|
|
|
|
|
def main():
|
|
return AnsibleModule()
|