ansible-actions/Ansible Linting Action

Action to run Ansible lint.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetTarget for ansible linter For example './', 'roles/my_role/' or 'site.yml' yes
required_collectionsYou can define a required ansible collection here. They will be installed using ansible-galaxy collection install <YourInput> --upgrade. no
collections_ymlInstall multiple Collections, defined from requirements.yml file They will be installed using ansible-galaxy collection install -r <YourInput> --force. no
required_rolesYou can define a required ansible role here. They will be installed using ansible-galaxy role install <YourInput> --force. no
python_dependencyInstall a Python Package using pip They will be installed using pip install --upgrade <YourInput>. no
python_dependency_fileInstall a Python Packages from file using pip They will be installed using pip install --upgrade -r <YourInput>. no

no outputs