Merge pull request #536 from kylelaker/packer-lint-fix #411
lint.yml
on: push
Run Ansible lint tests
52s
Run Packer lint tests
14s
Run Python lint tests
1m 5s
Run Shell linting
4s
Validate file hashes
29s
Annotations
2 warnings
ignore-errors:
roles/common/tasks/main.yml#L66
Use failed_when and specify error conditions instead of using ignore_errors.
|
ignore-errors:
roles/user/tasks/main.yml#L85
Use failed_when and specify error conditions instead of using ignore_errors.
|