-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to reduce ansible-lint errors and warnings to minimum. Nevertheless: - The no-handler error has been kept, since I can live test it - the two line-length errors are errors for comments, so I've not fixed them. In order to fix meta data errors, I've modified the generated-templates.sh script to patch the generated files. Signed-off-by: Arnaud Patard <apatard@hupstream.com>
- Loading branch information
Showing
14 changed files
with
58 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,3 @@ | ||
src/molecule_plugins/docker/playbooks/create.yml yaml[line-length] | ||
src/molecule_plugins/docker/playbooks/destroy.yml yaml[line-length] | ||
|
||
src/molecule_plugins/gce/playbooks/handlers/main.yml yaml[line-length] | ||
src/molecule_plugins/gce/playbooks/tasks/create_linux_instance.yml yaml[line-length] | ||
src/molecule_plugins/gce/playbooks/tasks/create_windows_instance.yml yaml[line-length] | ||
|
||
src/molecule_plugins/podman/playbooks/create.yml yaml[line-length] | ||
|
||
test/gce/scenarios/linux/handlers/main.yml yaml[line-length] | ||
test/gce/scenarios/linux/molecule.yml yaml[line-length] | ||
test/gce/scenarios/linux/tasks/create_linux_instance.yml yaml[line-length] | ||
test/gce/scenarios/linux/tasks/create_windows_instance.yml yaml[line-length] | ||
|
||
test/gce/scenarios/windows/handlers/main.yml yaml[line-length] | ||
test/gce/scenarios/windows/molecule.yml yaml[line-length] | ||
test/gce/scenarios/windows/tasks/create_linux_instance.yml yaml[line-length] | ||
test/gce/scenarios/windows/tasks/create_windows_instance.yml yaml[line-length] | ||
|
||
test/roles/azureplugin/meta/main.yml meta-incorrect | ||
test/roles/azureplugin/meta/main.yml meta-no-info | ||
test/roles/azureplugin/meta/main.yml schema[meta] | ||
test/roles/azureplugin/molecule/default/create.yml yaml[octal-values] | ||
test/roles/azureplugin/molecule/default/destroy.yml yaml[octal-values] | ||
test/roles/azureplugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/azureplugin/tests/test.yml name[play] | ||
|
||
test/roles/dockerplugin/meta/main.yml meta-incorrect | ||
test/roles/dockerplugin/meta/main.yml meta-no-info | ||
test/roles/dockerplugin/meta/main.yml schema[meta] | ||
test/roles/dockerplugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/dockerplugin/tests/test.yml name[play] | ||
|
||
test/roles/ec2plugin/meta/main.yml meta-incorrect | ||
test/roles/ec2plugin/meta/main.yml meta-no-info | ||
test/roles/ec2plugin/meta/main.yml schema[meta] | ||
test/roles/ec2plugin/molecule/default/create.yml key-order[task] | ||
test/roles/ec2plugin/molecule/default/create.yml name[missing] | ||
test/roles/ec2plugin/molecule/default/create.yml no-handler | ||
test/roles/ec2plugin/molecule/default/create.yml risky-file-permissions | ||
test/roles/ec2plugin/molecule/default/destroy.yml risky-file-permissions | ||
test/roles/ec2plugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/ec2plugin/tests/test.yml name[play] | ||
|
||
test/roles/gceplugin/meta/main.yml meta-incorrect | ||
test/roles/gceplugin/meta/main.yml meta-no-info | ||
test/roles/gceplugin/meta/main.yml schema[meta] | ||
test/roles/gceplugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/gceplugin/tests/test.yml name[play] | ||
|
||
test/roles/podmanplugin/meta/main.yml meta-incorrect | ||
test/roles/podmanplugin/meta/main.yml meta-no-info | ||
test/roles/podmanplugin/meta/main.yml schema[meta] | ||
test/roles/podmanplugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/podmanplugin/tests/test.yml name[play] | ||
|
||
test/roles/vagrantplugin/meta/main.yml meta-incorrect | ||
test/roles/vagrantplugin/meta/main.yml meta-no-info | ||
test/roles/vagrantplugin/meta/main.yml schema[meta] | ||
test/roles/vagrantplugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/vagrantplugin/tests/test.yml name[play] | ||
|
||
test/roles/containersplugin/meta/main.yml meta-incorrect | ||
test/roles/containersplugin/meta/main.yml meta-no-info | ||
test/roles/containersplugin/meta/main.yml schema[meta] | ||
test/roles/containersplugin/molecule/default/verify.yml yaml[indentation] | ||
test/roles/containersplugin/tests/test.yml name[play] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters