Skip to content

🔮 ci: Return ansible-lint job state to running

JWF requested to merge fix/ci into main

Up until this commit, ansible-lint updated behind the scenes. It caught warnings and errors in the updated version that were not handled before. This commit restored the pipeline implementation to a basic, working job for ansible-lint.

Changes described below:

  • 🔧 Add .ansible-lint config
  • gitignore: Hide ansible-lint cache directory from commit path
  • 🐞 🔧 Hide a URL in a monospace block to pass htmlproofer
  • Switch to Python Slim image, escape ansible-lint commands with quotes

Merge request reports